Re: [Tutor] Controlling Where My Program Ends

2005-06-14 Thread DC Parris
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

2005-06-19 Thread DC Parris
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