Page 1 of 1

in python please

Posted: Sun May 15, 2022 12:28 pm
by answerhappygod
in python please
In Python Please 1
In Python Please 1 (16.01 KiB) Viewed 57 times
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