0

I tried a simple operation in the code playground and the result displayed No Result

26th Sep 2019, 6:11 AM
Usman Oyiza Kharimat
Usman Oyiza Kharimat - avatar
3 Answers
+ 4
you should show us your code here with a link to sololearn.
26th Sep 2019, 6:26 AM
Lothar
Lothar - avatar
+ 4
ok , that's great! So i suppose you did your trials in a .py file and execute it. You can also use the console of a regular IDE ( not in sololearn) to test some expressions: >>> 2+2 4 >>> (12 + 7) * (14 - 8) 114 >>> 'hello'.upper() 'HELLO'
26th Sep 2019, 10:46 AM
Lothar
Lothar - avatar
0
before I just typed in 2+2 instead of print(2+2)..... it works now as I put print
26th Sep 2019, 6:28 AM
Usman Oyiza Kharimat
Usman Oyiza Kharimat - avatar