Can some one help me | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can some one help me

X=10 Y=20 __x>y__ Print("if statement") __ Print("else statement")

5th Jan 2020, 6:35 PM
Drileba Samuel
Drileba Samuel - avatar
1 Answer
+ 1
If you are using python then you write code like this: X=10 Y=20 if X>Y: print("if statement") else: print("else statement") Thank you
6th Jan 2020, 1:40 AM
Nig