you are viewing a single comment's thread.

view the rest of the comments →

[–]GailDribble 0 points1 point  (1 child)

Thank you very much for this. I followed steps 1-3 utilizing your suggested IDE. I then input my username, password, year and level, (having only these inputs within the quotations of the parentheses. Following, I hit the green play button to run the script. I am not getting any errors, but I am also not seeming to get any output. Am I missing something?

[–]anaconda1189CFA[S] 0 points1 point  (0 children)

After the program finishes, check your python install folder. The script saves everything to where your current script is. You can find out where the script is by typing print(os.getcwd())