国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > Python > 正文

Python基礎(chǔ)語法(4)——GUI編程及猜數(shù)字游戲

2019-11-06 07:39:41
字體:
供稿:網(wǎng)友
13 圖形界面(GUI)及猜數(shù)字游戲1 GUI:Graphical User Interface2 tkinter:GUI library for Python3 GUI Example13.1 圖形界面fromtkinterimport*importtkinter.messageboxasmbimporttkinter.simpledialogasdlroot=Tk()w=Label(root,text="Label")w.pack()mb.showinfo("welcome","welcome learnPython!")guess=dl.askinteger("Number","please input an number:")mb.showinfo("output:",guess)13.2 猜數(shù)字游戲fromtkinterimport*importtkinter.messageboxasmbimporttkinter.simpledialogasdlroot=Tk()number=66guessFlag=FalsewhileguessFlag==False:    guess=dl.askinteger("Number Game","please input the number:")   ifguess==number:        mb.showinfo("Congratulation","You win!")        guessFlag=True   elifguess>number:        mb.showinfo("Sorry","The number you input is bigger than true number!")   else:        mb.showinfo("Sorry","The number you input is smaller than true number!")
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 磐安县| 琼结县| 金寨县| 泰安市| 观塘区| 正定县| 长岭县| 三亚市| 肃宁县| 苍南县| 金塔县| 南京市| 济南市| 白朗县| 乐清市| 聊城市| 新郑市| 长白| 华蓥市| 丰宁| 沂南县| 米林县| 天祝| 遂平县| 城步| 怀来县| 武冈市| 台南市| 得荣县| 星座| 河北省| 图们市| 凌云县| 师宗县| 庆阳市| 绥化市| 达孜县| 屯留县| 化州市| 日土县| 石嘴山市|