Τι θα εμφανίσει;
def python(): for i in range(9): print "python" python()
def python():
for i in range(9):
print "python"
python()
python
........... αμέτρητα python
........... Συνολικά 9 python
........... Συνολικά 8 python
Μήνυμα λάθους