Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Code Citation Check

More
12 years 7 months ago #1 by geekpk
Code Citation Check was created by geekpk
Code:
ls1=[] cntr1=0 Exit = "ext" def SrtLst(): Insrt = 0 while 1: Insrt = Insrt + 1 try: gtNum = input("Enter the Number : ") if gtNum != Exit: ls1.insert(Insrt,gtNum) elif gtNum == Exit: menu() except: print "Invalid entry, Please enter a valid number.. . ." def menu(): opt1 = "ins" opt2 = "ext" opt3 = "shw" opt4 = "rm" opt5 = "odr" print"\t-----------------------------------------------------------------" print "\t 1)--- Type \"ins\" to insert into the list" print "\t 2)--- Type \"dn\" if your done inserting into the list" print "\t 3)--- Type \"shw\" to watch the list" print "\t 4)--- Type \"rm\" to remove number from the list" print "\t 5)--- Type \"odr\" for accending and decending order" print"\t-----------------------------------------------------------------" try: opt = raw_input("Enter your option number : ") if opt == opt1: SrtLst() elif opt == opt3: print ls1 menu() except: print "Please choose a valid menu option" menu()

Please Log in or Create an account to join the conversation.

More
12 years 7 months ago #2 by sozzled
Replied by sozzled on topic Re: Code Citation Check
G'day, geekpk, and welcome to Kunena.

Do you have a question for us? Can you explain why you posted to the Discuss Articles category? :dry:

Please Log in or Create an account to join the conversation.

Time to create page: 0.350 seconds