You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a student who was following the python tutorials recently and got confused between running code from a file or from the repl. One way to fix this would be:
beginning of lesson 1, explain that everything will be done in the repl and how to start it
end of lesson, add a note saying that you can save everything to a .py file and run it there
The text was updated successfully, but these errors were encountered:
I had a student who was following the python tutorials recently and got confused between running code from a file or from the repl. One way to fix this would be:
.py
file and run it thereThe text was updated successfully, but these errors were encountered: