+ 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