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.
4 Respostas
+ 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...
+ 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
+ 1
@abhay Which symbol are you talking about ?
But , it is showing no output in my laptop. Is it some browser issue ?
+ 1
There is no semicolon in python,
yup looks like browser version of sololearn got bugs ,shows no language ,mail sololearn about this