This contains commands, modules and other cool things you might want to know about Python 3. It's also something I use to cement things I learn. Enjoy.
import module
everything = dir(module)
print(everything)
user_input=int(input())
user_input=float(input())
user_input=input()
user_input=str(input())
if example == yes or example == no:
return something