test.py 63 B

1234
  1. import sys
  2. def hello():
  3. print("Hello %s!" % sys.platform)