码迷,mamicode.com
首页 > 其他好文 > 详细

非诚勿扰,选心动女生(小游戏)

时间:2018-12-28 22:19:00      阅读:206      评论:0      收藏:0      [点我收藏+]

标签:编号   app   pre   first   inpu   end   second   orm   pen   

 1 num = 10
 2 count = 3
 3 girl = []
 4 girl1 = []
 5 while num>0:
 6     first = input("请输入你的心动女生:(还有{0}次机会!!:)".format(num))
 7     num -=1
 8     
 9     girl.append(first)
10 print("你的心动女生有:")
11 for i in girl:
12     print("编号:{0},名字:{1}".format(girl.index(i)+1,i))
13     
14 while count>0:
15     count -= 1
16     second = int(input("再次确认第%s心动女生的编号(%s次机会):"%((3-count),count+1)))
17 
18     girl1.append(second)
19 
20 for j in girl1:
21     print("你更喜欢的女生有.编号:%s,名字:%s"%(j,girl[j-1]))
22         
23 third = int(input("最后确认心动女生的编号:"))
24 print("你最喜欢的女生有.编号:%s,名字:%s"%(third,girl[j-1]))    

 

非诚勿扰,选心动女生(小游戏)

标签:编号   app   pre   first   inpu   end   second   orm   pen   

原文地址:https://www.cnblogs.com/NoteBook3013/p/10192811.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!