Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # execfile4variables.py -- ZZZ posted as a reference for now
- import sys
- sys.argv = ['arg1', 'arg2']
- execfile('abc.py')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement