forked from ovh/pci-test
5 lines
73 B
Python
5 lines
73 B
Python
import sys
|
|
|
|
argv = " ".join(sys.argv[1:])
|
|
print("You've written:", argv)
|