Help me please♥️ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Help me please♥️

When I try putting like these codes, for example “2 + 2” in the “code” the results thats came to me is “no output” does anyone know why it becomes like that?

15th Jun 2019, 2:39 PM
Toof
Toof - avatar
3 Answers
+ 7
Assuming you are using Python : You need to write function print(). print("2+2") // output 2+2 if you want output to be 4 then don't write " " print(2+2)
15th Jun 2019, 2:41 PM
voja
voja - avatar
+ 4
Which programming language u r using? can you share you code?
15th Jun 2019, 2:40 PM
Deepak Kumar
Deepak Kumar - avatar
+ 2
I solved my problem already thanks man
15th Jun 2019, 2:43 PM
Toof
Toof - avatar