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")
0 Respuestas
What is the result of this code? if not True: print("1") elif not (1 + 1 == 3): print("2") else: print("3")