it's supuse have to work but not for me, i am using python 3, any idea why???
>>> print_twice("spam")
Traceback (most recent call last):
File "<pyshell#11>", line 1, in <module>
print_twice("spam")
NameError: name 'print_twice' is not defined
