Skip to content

Commit 509bb0b

Browse files
Update Conditionals.py
1 parent c885583 commit 509bb0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Conditionals.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,10 @@
298298

299299
'''-----------------------------------------------------------------------------'''
300300

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
303+
# words from starting and stopping the car, to staring and stopping a spacecraft.
304+
301305
# Type and execute/run this fun true/false program example below and see what
302306
# happens when you type either 'START', 'STOP' 'HELP' or 'Q'.
303307

@@ -331,6 +335,8 @@
331335

332336
else:
333337
print(f'Sorry! cannot understand "{command}".')
338+
339+
'''-----------------------------------------------------------------------------'''
334340

335341
"AND" "OR" and "NOT"
336342
'''

0 commit comments

Comments
 (0)