7 lines
43 B
Python
7 lines
43 B
Python
|
|
||
|
import sys
|
||
|
|
||
|
|
||
|
def say_hi():
|
||
|
print 'hi'
|