69661f3343
This is run with uncrustify 0.70.1, and black 19.10b0.
6 lines
64 B
Python
6 lines
64 B
Python
import sys
|
|
|
|
|
|
def hello():
|
|
print("Hello %s!" % sys.platform)
|