Screening of heart girls

. 1 = COUNT 
LST = []
LST1 = []
the while COUNT <= 10:
name = INPUT ( "Please enter your favorite girls (You can also enter a% s):"% (. 11-COUNT))
lst.append ( name)
COUNT = COUNT +1
Print ( "there are your current favorite girls:")
for i in LST:
Print ( "number:% s, name:% s"% (lst.index ( i) + 1, i) )
Print ( "Please enter your preferred number of three women:")
count1 = 1
the while count1 <4:
number the = the iNPUT ( "Please enter the% s of crush number:"% count1)
lst1.append (number the )
count1 is count1 is = + 1'd
Print ( "freshly baked prefer:")
for J in LST1:
Print ( "number:% s name:% s"% (lst1.index ( j) + 1, lst [int (j ) -1]))
Print ( "the last, one of three")
LAST_NUMBER = int (the iNPUT ( "Please enter your latest Huan number of people:"))
Print ( "Your favorite is% s "% (lst [int (lst1 [last_number-1]) - 1]))

Guess you like

Origin www.cnblogs.com/hadibingjing/p/10942049.html