-Window program Making- ==test.py== import os
When you run test.py, you end up running ex2.py. But when I run ex2.py here, I want to pass the variable. What should I do at times like this?<
So I want to use variables on ex2.py (like GET or POST in HTML)
python
You can receive parameters when you run the command.
See sys.argv.
Thank you. I solved it.
© 2025 OneMinuteCode. All rights reserved.