mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-22 05:32:28 +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:]))
|