---------------------------------------------------------------------------TypeError Traceback (most recent call last)
<ipython-input-6-249a8da1b1e1> in <module>----> 1my_func(1,2,3)TypeError: my_func() takes 2 positional arguments but 3 were given
datetime(1970,1,1).strftime('%Y-%d-%B')
---------------------------------------------------------------------------NameError Traceback (most recent call last)
<ipython-input-7-786f1f94fbfb> in <module>----> 1datetime(1970,1,1).strftime('%Y-%d-%B')NameError: name 'datetime' is not defined