Python Drukuj główne argumenty

#!/usr/bin/python
print(sys.argv[1:]);
Bunny Hop