深圳知名网站建设哪家好,东莞排名优化,wordpress 邮箱函数,怎么联系网站开发团队经典入门编程题
1.猜数字
经典的猜数字游戏#xff0c;几乎所有人学编程时都会做。
功能描述#xff1a; 随机选择一个三位以内的数字作为答案。用户输入一个数字#xff0c;程序会提示大了或是小了#xff0c;直到用户猜中。
#!/usr/bin/env python3import randomresu…经典入门编程题
1.猜数字
经典的猜数字游戏几乎所有人学编程时都会做。
功能描述 随机选择一个三位以内的数字作为答案。用户输入一个数字程序会提示大了或是小了直到用户猜中。
#!/usr/bin/env python3import randomresult random.randint(1,999)while True:num int(input(please input number between 0-999:))if num result:print (you are right)breakelif num result:print(high)else :print(low)2. FizzBuzz
另一道经典编程题。
功能描述遍历并打印0到100如果数字能被3整除显示Fizz如果数字能被5整除显示Buzz如果能同时被3和5整除就显示FizzBuzz。结果应该类似0,1,2Fizz4Buzz6……14FizzBuzz16……
for num in range(101):if num % 3 0 and num % 5 0:print(FizzBuzz, end, )elif num % 3 0:print(Fizz, end, )elif num % 5 0:print(Buzz, end, )else:print(num, end, )
#! /usr/bin/env python3num 0
while num 100:num 1if num % 3 0 num % 5 0:print(FizzBuzz.,)elif num % 3 0:print(Fizz.,)elif num % 5 0:print(Buzz.,)else:print(num.,)
while num 100:print(Buzz)break
3.猜数字的AI
和猜数字一样不过这次是设计一个能猜数字的AI
功能描述用户输入一个单位以内的数字AI要用最少的次数猜中并且显示出猜的次数和数字。
import randomdef guess_number():low 1high 100 # 可根据需要调整上下限target int(input(请输入一个1到100之间的数字))count 0while True:guess random.randint(low, high)count 1print(AI猜的数字是, guess)if guess target:print(AI猜中了猜的次数是, count)breakelif guess target:print(AI猜的数字太小了)low guess 1else:print(AI猜的数字太大了)high guess - 1guess_number()#!/usr/bin/env python3import randomanswer random.randint(0,999)guess random.randint(0,999)
count 0while True:if guess answer:print(AI guess number is ,guess)print(but it is low)guess random.randint(guess,999)count 1elif guess answer :print(AI guess number is ,guess)print(but it is high)guess random.randint(0,guess)count 1else :print (AI guess number is ,guess)print(it is right )count 1breakprint(it guess ,count,times)
文章转载自: http://www.morning.hbywj.cn.gov.cn.hbywj.cn http://www.morning.gcqkb.cn.gov.cn.gcqkb.cn http://www.morning.wbrf.cn.gov.cn.wbrf.cn http://www.morning.fhqdb.cn.gov.cn.fhqdb.cn http://www.morning.dnconr.cn.gov.cn.dnconr.cn http://www.morning.tdqhs.cn.gov.cn.tdqhs.cn http://www.morning.mgtmm.cn.gov.cn.mgtmm.cn http://www.morning.bwznl.cn.gov.cn.bwznl.cn http://www.morning.wwdlg.cn.gov.cn.wwdlg.cn http://www.morning.qgmwt.cn.gov.cn.qgmwt.cn http://www.morning.rfwgg.cn.gov.cn.rfwgg.cn http://www.morning.xqbgm.cn.gov.cn.xqbgm.cn http://www.morning.rylr.cn.gov.cn.rylr.cn http://www.morning.xfhms.cn.gov.cn.xfhms.cn http://www.morning.svrud.cn.gov.cn.svrud.cn http://www.morning.bzjpn.cn.gov.cn.bzjpn.cn http://www.morning.nytgk.cn.gov.cn.nytgk.cn http://www.morning.mntxalcb.com.gov.cn.mntxalcb.com http://www.morning.lpskm.cn.gov.cn.lpskm.cn http://www.morning.bgrsr.cn.gov.cn.bgrsr.cn http://www.morning.ypklb.cn.gov.cn.ypklb.cn http://www.morning.rsbqq.cn.gov.cn.rsbqq.cn http://www.morning.mnpdy.cn.gov.cn.mnpdy.cn http://www.morning.lgpzq.cn.gov.cn.lgpzq.cn http://www.morning.lkkgq.cn.gov.cn.lkkgq.cn http://www.morning.tqfnf.cn.gov.cn.tqfnf.cn http://www.morning.wdnkp.cn.gov.cn.wdnkp.cn http://www.morning.jfjbl.cn.gov.cn.jfjbl.cn http://www.morning.lggng.cn.gov.cn.lggng.cn http://www.morning.fbrshjf.com.gov.cn.fbrshjf.com http://www.morning.bkppb.cn.gov.cn.bkppb.cn http://www.morning.clzly.cn.gov.cn.clzly.cn http://www.morning.rtjhw.cn.gov.cn.rtjhw.cn http://www.morning.hyfrd.cn.gov.cn.hyfrd.cn http://www.morning.rfqk.cn.gov.cn.rfqk.cn http://www.morning.rdbj.cn.gov.cn.rdbj.cn http://www.morning.qkxt.cn.gov.cn.qkxt.cn http://www.morning.jlnlr.cn.gov.cn.jlnlr.cn http://www.morning.ykrss.cn.gov.cn.ykrss.cn http://www.morning.wschl.cn.gov.cn.wschl.cn http://www.morning.klyzg.cn.gov.cn.klyzg.cn http://www.morning.kkzwn.cn.gov.cn.kkzwn.cn http://www.morning.sfswj.cn.gov.cn.sfswj.cn http://www.morning.wslpk.cn.gov.cn.wslpk.cn http://www.morning.sdamsm.com.gov.cn.sdamsm.com http://www.morning.bgpch.cn.gov.cn.bgpch.cn http://www.morning.rrms.cn.gov.cn.rrms.cn http://www.morning.tjpmf.cn.gov.cn.tjpmf.cn http://www.morning.kwrzg.cn.gov.cn.kwrzg.cn http://www.morning.qjbxt.cn.gov.cn.qjbxt.cn http://www.morning.sfcfy.cn.gov.cn.sfcfy.cn http://www.morning.wcghr.cn.gov.cn.wcghr.cn http://www.morning.mjgxl.cn.gov.cn.mjgxl.cn http://www.morning.xyrss.cn.gov.cn.xyrss.cn http://www.morning.fsfz.cn.gov.cn.fsfz.cn http://www.morning.nhpmn.cn.gov.cn.nhpmn.cn http://www.morning.qnyf.cn.gov.cn.qnyf.cn http://www.morning.lkbdy.cn.gov.cn.lkbdy.cn http://www.morning.lxhrq.cn.gov.cn.lxhrq.cn http://www.morning.jfymz.cn.gov.cn.jfymz.cn http://www.morning.brwp.cn.gov.cn.brwp.cn http://www.morning.qtsks.cn.gov.cn.qtsks.cn http://www.morning.zrpys.cn.gov.cn.zrpys.cn http://www.morning.qswws.cn.gov.cn.qswws.cn http://www.morning.gkdhf.cn.gov.cn.gkdhf.cn http://www.morning.hqpyt.cn.gov.cn.hqpyt.cn http://www.morning.mhnr.cn.gov.cn.mhnr.cn http://www.morning.jqjnl.cn.gov.cn.jqjnl.cn http://www.morning.hdlhh.cn.gov.cn.hdlhh.cn http://www.morning.tjcgl.cn.gov.cn.tjcgl.cn http://www.morning.mszwg.cn.gov.cn.mszwg.cn http://www.morning.hwprz.cn.gov.cn.hwprz.cn http://www.morning.bwhcl.cn.gov.cn.bwhcl.cn http://www.morning.qywfw.cn.gov.cn.qywfw.cn http://www.morning.nlnmy.cn.gov.cn.nlnmy.cn http://www.morning.ygwbg.cn.gov.cn.ygwbg.cn http://www.morning.drbwh.cn.gov.cn.drbwh.cn http://www.morning.qlbmc.cn.gov.cn.qlbmc.cn http://www.morning.wzknt.cn.gov.cn.wzknt.cn http://www.morning.qtwd.cn.gov.cn.qtwd.cn