A variable is a named container for a value
print("Hello, world")Reserved words may not be used as variable names
and continue finally is raise
as def for lambda return
assert del from None True
async elif global nonlocal try
await else if not while
break except import or with
class False in pass yield
input(prompt=None)str (string)prompt will be shown to user if providedint converts strings to integers
Comments
#symbol