import easygui
# 顯示文字 message --- 資訊msg box 盒子
# easygui.msgbox(視窗內容,視窗標題,按鈕文字,配圖)
easygui.msgbox(
"歡迎來到亡者峽谷"
,"運輸船"
,"pubg"
)# 輸入文字 enter 輸入 box
name = easygui.enterbox(
"你叫什麼名字"
)easygui.msgbox(
"hello"
+name)
# name =input("你叫什麼名字")
# print("hello"+name)
name =
"小黃人"
age =
18print
("hello"
+ name +
"它的年齡是"
+str
(age)
)# 格式化字串 %s代替乙個字串 %d代替乙個整數
print
("hello %s"
% name)
print
("hello %s它的年齡是%d,它居住在%s"
%(name, age,
"皮卡多"
))
qiyuan 學習easygui來猜拳
石頭1 布2 剪刀3 贏電腦 我們 結果 1 2 1 2 3 1 3 1 2 輸電腦 我們 結果 1 3 2 2 1 1 3 2 1 import random import easygui for i in range 10 1。電腦出拳 random a random.randint 1,3 2...
junjie 猜拳遊戲公升級
字串 字元的集合 單行注釋 多行注釋 法凈寺哦vjoi阿斗 a 12 34 b 12 34 c 12 34 d 12 34 print c 字串的運算 a 3 b 4 print a b s lengt騰h 長度 print len s in print 望著榮耀 in s print 望著榮耀 n...
junjie 接小球遊戲
import pygame import random import time python game loading.初始化.載入中.pygame.init 介面遊戲 dis 分開 play玩 diaplay 展覽展示的意思 set設定 mode模式 chuang kou pygame.displ...