import sys print(sys.argv) print("These are statements in code.py file") print("Why should they print when running pytest?") print("Hello World") print("This is 2nd line")