0

Could someone just make me understand this execution flow

What is the result of this code? if not True: print("1") elif not (1 + 1 == 3): print("2") else: print("3")

9th Jun 2020, 10:54 AM
Abhay Vishwakarma
Abhay Vishwakarma - avatar
0 Respuestas