1
0
forked from ovh/pci-test
pci-test/ex1/a.py

5 lines
73 B
Python

import sys
argv = " ".join(sys.argv[1:])
print("You've written:", argv)