This commit is contained in:
adii1823
2021-10-28 17:34:45 +05:30
parent 583ec6a898
commit 8b802c5c62
34 changed files with 332 additions and 0 deletions
+5
View File
@@ -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