6 lines
64 B
Python
6 lines
64 B
Python
import sys
|
|
|
|
|
|
def hello():
|
|
print("Hello %s!" % sys.platform)
|