mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-19 17:31:23 +00:00
6 lines
81 B
Python
6 lines
81 B
Python
|
#!/usr/bin/python3
|
||
|
|
||
|
import sys
|
||
|
|
||
|
print(' '.join(a.lower() for a in sys.argv[1:]))
|