日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

python的easygui_Python的easygui学习

發(fā)布時間:2023/12/1 48 豆豆
生活随笔 收集整理的這篇文章主要介紹了 python的easygui_Python的easygui学习 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

1.調用方法

(1)import easygui

easygui.msgbox(…)

(2)from easygui import

msgbox(…)

2.函數(shù)方法

import easygui

a = easygui.msgbox(’…’, title=‘title’) # show a:返回ok,none

b = easygui.enterbox( ‘plaese give a solution:’, default=‘refresh’) # one choice b:返回ok,none

c = easygui.integerbox() # input a int(0~99) c:返回輸入的值

d= easygui.choicebox(‘do you want to do?’, choices = [‘1.refresh’, ‘2.exit’, ‘3.change your path’]) # many choice d:返回選項的值

easygui.msgbox(’…’, d)

print(a, , b, , c, d)

總結

以上是生活随笔為你收集整理的python的easygui_Python的easygui学习的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。