Can some one help me | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
+ 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