Recent content by jsbssjjsushsh

  1. J

    Python listing pa help

    # create an empty list to store the numbers entered by the user numbers = [] # ask the user if they want to enter a number try_again = input("Do you want to enter a number? (yes/no): ") # keep asking for a number as long as the user wants to while try_again.lower() == "yes": # ask the user...
Back
Top