Welcome to the Pythonista Community Forums!
Pythonista is a Python programming environment for iOS. To learn more, head over to the Pythonista Website.
It looks like you're new here. If you want to get involved, click one of these buttons!
javascript:(function(){if(document.location.href.indexOf('http')===0)document.location.href='pythonista://DoStuff?action=run&argv='+document.location.href;})();
#DoStuff.py
import sys
import pprint
import console
console.clear()
pprint.pprint(sys.argv[1:])