in python please
Posted: Sun May 15, 2022 12:28 pm
in python please
What should be written at Line 1 of the following program so that it prints out False then True. 1 print(x == false) # print out False print(not x) # print out True
What should be written at Line 1 of the following program so that it prints out False then True. 1 print(x == false) # print out False print(not x) # print out True