ch03
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
late = False
|
||||
if late:
|
||||
print('I need to call my manager!') #1
|
||||
else:
|
||||
print('no need to call my manager...') #2
|
||||
Reference in New Issue
Block a user