Get the information you need with the help of IDNLearn.com's extensive Q&A platform. Join our community to receive timely and reliable responses to your questions from knowledgeable professionals.
Sagot :
Answer:
# This program is written in python.
x = input("How many negatives did you get?\n")
if x == "1":
for i in range (10):
print("prompt")
elif x == "2":
for i in range (50):
print("reminder")
elif x == "3":
for i in range (100):
print("warning")
else:
for i in range (500):
print("removal")
Your participation means a lot to us. Keep sharing information and solutions. This community grows thanks to the amazing contributions from members like you. IDNLearn.com has the solutions to your questions. Thanks for stopping by, and see you next time for more reliable information.