Published
- 1 min read
python sys is not defined
The solution for this is noted below
python sys is not defined
Solution
# Youre required to first import the sys module before you use it
import sys
print(sys.argv)
Try other methods by searching on the site. That is if this doesn’t work