Why does:-num=7 if num==7 print("hello") not working | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why does:-num=7 if num==7 print("hello") not working

Does 7==7 have to be inside print()

30th Nov 2020, 2:40 PM
danayt Girmay
danayt Girmay - avatar
1 Answer
+ 8
Check what you missed num=7 if num==7: print("hello")
30th Nov 2020, 2:46 PM
Simba
Simba - avatar