Re: [Tutor] Controlling Where My Program Ends
Never mind. I found it - sys.exit() Sorry to have wasted the bandwidth/time. -- DC Parris Matheteuo Christian Fellowship [EMAIL PROTECTED] http://matheteuo.org/ Free software is like God's love - you can share it with anyone anywhere an
[Tutor] Numbers & Characters As Dictionary Keys
27;'' while True: for opts in MenuList.keys():# print menu list print opts, ': ', MenuList[opts][0] # sel = input('Enter Selection:') # get input if sel in MenuList.keys(): #verify user input is a valid key