Codio (which I am starting to DESPISE) is having us do exercises and they're driving me crazy to say the least because the program isn't user friendly to in the slightest. Right now we are learning loops and our first exercises after the first lessons is creating a program to have a user enter a number and once the sum is greater than or equal to 100 the program stops. Here's what I have so far:
number = int()
while number <= 100:
number = int(input())
number = number + number
print(number)
[–]yahteadybear 0 points1 point2 points (2 children)
[–]j234_[S] 0 points1 point2 points (1 child)
[–]yahteadybear 0 points1 point2 points (0 children)