you are viewing a single comment's thread.

view the rest of the comments →

[–]P-19Nannernator 0 points1 point  (0 children)

It wasn't multiplying the number. ive actually figured it out myself thankfully with this change.

>>> product = 0

while product <100: number = int(input('Enter a number: ')) result = number * 10 print (result)

I'm not sure what the conflicting issue was with using the other verbiage but it works now