
Patrick B. answered 02/01/21
Math and computer tutor/teacher
planChStr="?"
while (planChStr!="A") and (planChStr!="B") and (planChStr!="C"):
planChStr = input("Please input your plan (A,B,or C) :>")
planChStr = planChStr.upper()
print(planChStr)
Bart H.
asked 01/28/21I need help with this sample output line and how to code it thank you
User Input
Enter your plan letter (A, B, or C):
Patrick B. answered 02/01/21
Math and computer tutor/teacher
planChStr="?"
while (planChStr!="A") and (planChStr!="B") and (planChStr!="C"):
planChStr = input("Please input your plan (A,B,or C) :>")
planChStr = planChStr.upper()
print(planChStr)
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.