5 lines
74 B
Python
5 lines
74 B
Python
|
def main():
|
||
|
print "hello"
|
||
|
# 1 tab = 8 spaces in Python 2
|
||
|
return
|