Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qs 6 #68

Open
arsantra opened this issue Dec 6, 2020 · 0 comments
Open

qs 6 #68

arsantra opened this issue Dec 6, 2020 · 0 comments

Comments

@arsantra
Copy link

arsantra commented Dec 6, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant