forked from ovh/pci-test
5 lines
72 B
Python
5 lines
72 B
Python
import sys
|
|
|
|
frase = " ".join(sys.argv[1:])
|
|
print("Hai scritto:", frase)
|