@ -1,5 +1,7 @@
#1 Line Ifs
x = None
if x is None: print("Oh")
#x = " "
print("Why") if x is None else print ("No")
#Test While else
x = 0
while x < 10:
print(x)
x += 1
else:
print("Bye")
The note is not visible to the blocked user.