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 Gebreselassie
Danayt Girmay Gebreselassie - avatar
1 Resposta
+ 8
Check what you missed num=7 if num==7: print("hello")
30th Nov 2020, 2:46 PM
Simba
Simba - avatar