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: content/micropython/02.micropython-course/course/03.python-cc/python-cc.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ Now take a look at what happens after each statement. Notice the empty space jus
107
107
Anything inside of this indentation will execute if the statement is met, and this is a fundamental principle that is used in every Python program that you write!
108
108
109
109
Now since we already defined `x` to be `5+5`, the terminal will of course print:
0 commit comments