Τι θα εμφανίσει;
def python3(): for i in range(1,10,3): print "python" python3()
def python3():
for i in range(1,10,3):
print "python"
python3()
python
python3
python1
python2