+ 2
What's wrong
4 Antworten
+ 6
w= [int(i) for i in ["1","2","3"]]
or
w=list(map(int, w))
+ 4
https://code.sololearn.com/cLUH2sn4181D/?ref=app
look at value of w
+ 1
Hello fellow programmer!
I rewrote your code in a different way, instead of (if continue) i wrote (nested ifs).
Unfortunately The code cannot be output by sololearn because of a timeout error.
So i had to write it on my pc editor and tried it... if you want the conditioned number msg me😂😅
Try it on a pc if you could..
And keep up!
https://code.sololearn.com/c7loSbWeuox1/?ref=app
+ 1
Oma Falk how do i fix it like
I'm trying to make it integers instead of strings like [1, 2, 3] instead of ["1", "2", " 3"]