#!/usr/local/bin/python3 while True: userIn = input("> ").lower() if userIn == "exit": break print(userIn)