craftbeerpi4-pione/sample.py
2019-07-27 21:08:19 +02:00

8 lines
No EOL
68 B
Python

def test123(name: str) -> str:
print(name)
test123("HALLO")