Skip to content

Commit 06a5f4c

Browse files
Update Conditionals.py
1 parent 509bb0b commit 06a5f4c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Conditionals.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,11 @@
299299
'''-----------------------------------------------------------------------------'''
300300

301301
# 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
302+
# lesson. This one is quite mindful, even for me. All I did was simply change the
303303
# words from starting and stopping the car, to staring and stopping a spacecraft.
304304

305+
# Search for Programming with Mosh on YouTube for more details.
306+
305307
# Type and execute/run this fun true/false program example below and see what
306308
# happens when you type either 'START', 'STOP' 'HELP' or 'Q'.
307309

0 commit comments

Comments
 (0)