break-the-ice-with-python icon indicating copy to clipboard operation
break-the-ice-with-python copied to clipboard

qs 6

Open arsantra opened this issue 4 years ago • 0 comments

c = 50 h = 30 d = (100, 150, 180)

d = [int(i) for i in d.split(',')] z =[]

for i in od: x = 2cd[i] y = x/h q = round(y**0.5) z.append[q]

I can not understand why I can not convert this is d in to a list ??? how ever others can do it ? with same statement

arsantra avatar Dec 06 '20 18:12 arsantra