Is playground down or not working? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is playground down or not working?

https://code.sololearn.com/385/#py While running this code the output is showing no output. This code is straight from solo learn course example.

5th May 2020, 7:00 PM
NITIN MAHESHWARI
NITIN MAHESHWARI - avatar
4 Answers
+ 1
This code works fine in python playground... The issue seems to be in browser version.. Btw. There is a semikolon in python... It is used to separate consecutive statements in a single line.. Although usually, this isnt best practice.. --- def add_five(x): return x + 5 nums = [11, 22, 33, 44, 55]; result = list(map(add_five, nums)); print(result) ...pain in my eyes, but would also work...
5th May 2020, 10:15 PM
G B
G B - avatar
+ 2
I never saw such weird errors like dump and asking for ; when there is no use of that symbol in python lol and I just ran it in python ,it works well
5th May 2020, 7:08 PM
Abhay
Abhay - avatar
+ 1
@abhay Which symbol are you talking about ? But , it is showing no output in my laptop. Is it some browser issue ?
5th May 2020, 7:37 PM
NITIN MAHESHWARI
NITIN MAHESHWARI - avatar
+ 1
There is no semicolon in python, yup looks like browser version of sololearn got bugs ,shows no language ,mail sololearn about this
5th May 2020, 7:57 PM
Abhay
Abhay - avatar