Files
Learn-Python-Programming-Th…/ch03/conditional.1.py
T
adii1823 8b802c5c62 ch03
2021-10-28 17:34:45 +05:30

4 lines
61 B
Python

late = True
if late:
print('I need to call my manager!')