4 lines
61 B
Python
4 lines
61 B
Python
late = True
|
|
if late:
|
|
print('I need to call my manager!')
|
late = True
|
|
if late:
|
|
print('I need to call my manager!')
|