Aug-16-2018, 01:04 PM
list = 100
if list > 99:
print(list=list(range(100,500))
why wont this work? can you help fix this?
if list > 99:
print(list=list(range(100,500))
why wont this work? can you help fix this?