• function
  • None
>>> def foo(x):
        print(x)    
>>> print(foo(2))
2
None