+ 1
How to make a working if statement
so I'm trying to make a working if statement but it doesn't work if input ("Y") print ("Y") else print ("N") error: Expected Indented block at IF statement
9 Respostas
+ 1
I posted it
+ 1
If input ("Y")
Print ("Y")
else
Print ("N")
+ 1
Thx
+ 1
:)
0
It works!