Menu

[r63]: / trunk / demo / basic / def / 2.py  Maximize  Restore  History

Download this file

6 lines (4 with data), 53 Bytes

1
2
3
4
5
def ciccio():
print __file__
return
ciccio()