+ 1
Python 3 I type >>>4/2 in sololearn code playground and get 'No output.' instead of 2.0 what am doing wrong?
I thought from the course I could just type these math equations and get answers. Am I leaving some kind of syntax out?
2 Answers
+ 2
Sololearn playground is not a shell window. It's an editor window
print(4/2)#this will work fine
+ 1
thank you. maybe they should add that info on their course. Kind of annoying but it's free!