- 2
Please help me if i writing my code print("Hello world")and then next i write truck=4*7 and i run they are showing the same
2 ответов
+ 4
Hi there!
It's because your haven't printed "truck" variable,
Whenever you want to see something in output window (console) you have to use print() function in Python
Hope it's helpful!
Happy Learning 🙂
+ 1
Thanks friend