We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509bb0b commit 06a5f4cCopy full SHA for 06a5f4c
Conditionals.py
@@ -299,9 +299,11 @@
299
'''-----------------------------------------------------------------------------'''
300
301
# I must give stern credit to Mosh from YouTube for this little conditional Python programming
302
-# lesson. This one is quite the mouthful, even for me. All I did was simply change the
+# lesson. This one is quite mindful, even for me. All I did was simply change the
303
# words from starting and stopping the car, to staring and stopping a spacecraft.
304
305
+# Search for Programming with Mosh on YouTube for more details.
306
+
307
# Type and execute/run this fun true/false program example below and see what
308
# happens when you type either 'START', 'STOP' 'HELP' or 'Q'.
309
0 commit comments