File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 298
298
299
299
'''-----------------------------------------------------------------------------'''
300
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
303
+ # words from starting and stopping the car, to staring and stopping a spacecraft.
304
+
301
305
# Type and execute/run this fun true/false program example below and see what
302
306
# happens when you type either 'START', 'STOP' 'HELP' or 'Q'.
303
307
331
335
332
336
else :
333
337
print (f'Sorry! cannot understand "{ command } ".' )
338
+
339
+ '''-----------------------------------------------------------------------------'''
334
340
335
341
"AND" "OR" and "NOT"
336
342
'''
You can’t perform that action at this time.
0 commit comments