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
Copy file name to clipboardExpand all lines: backend/main/chapters/c03_variables.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -185,7 +185,7 @@ class editor_hello_world(VerbatimStep):
185
185
"""
186
186
It's time to stop doing everything in the shell. In the top right you can see the *editor*. This is a place where you can write and run longer programs. The shell is great and you should keep using it to explore, but the editor is where real programs live.
187
187
188
-
Copy the program below into the editor, then click the 'Run' button:
188
+
Type the program below into the editor, then click the 'Run' button:
0 commit comments