6 lines
74 B
Python
6 lines
74 B
Python
|
#!/usr/bin/python3
|
||
|
|
||
|
import sys
|
||
|
|
||
|
print("\"" + sys.argv[1].rstrip() + "\"")
|