mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
8 lines
No EOL
68 B
Python
8 lines
No EOL
68 B
Python
|
|
|
|
def test123(name: str) -> str:
|
|
|
|
print(name)
|
|
|
|
|
|
test123("HALLO") |