112k views
5 votes
I need help plzzzzzzz

I need help plzzzzzzz-example-1
User WVrock
by
5.1k points

1 Answer

0 votes

By looking at your code, it seems like you're trying to let the user enter positive numbers until the user enters a negative number. To achieve this, you need to indent int(input("Enter a number, negative to stop")) inside the loop.

The second answer choice is correct.

User Alium Britt
by
5.9k points