+ 3

Why can not I run sololearn python codes on my phone?

every time I press run in the python codes the message "no output"

28th Apr 2018, 11:44 PM
Marcus Xavierr
Marcus Xavierr - avatar
4 Respuestas
+ 21
Add a link to your code (make it public) to your question so that we can have a look at it...
29th Apr 2018, 12:28 AM
Modi
Modi - avatar
+ 4
No output probably means that you do not have a print statement... You must do print(variableName) or print('something') or print("something") The two later statements will literally print the word something. The first one will print whatever has been stored in the variable with the given name
29th Apr 2018, 12:14 AM
cyk
cyk - avatar
+ 3
Try to print something
29th Apr 2018, 12:06 AM
Bebida Roja
Bebida Roja - avatar
29th Apr 2018, 11:32 AM
Yusuf Tugba Boz
Yusuf Tugba Boz - avatar