0
Why can I solve this?
What is the result of this code? if not True: print("1") elif not (1 + 1 == 3): print("2") else: print("3")
2 odpowiedzi
0
2.
What is the result of this code? if not True: print("1") elif not (1 + 1 == 3): print("2") else: print("3")