2-a.用迴圈畫五角星
2-b用迴圈畫同心圓
2-c.用while迴圈畫太陽花
2-d.用函式定義畫五個五角星
import turtle
turtle.bgcolor('red')
turtle.color('yellow')
turtle.fillcolor('yellow')
def guo_goto(x,y): #定義位置
turtle.up()
turtle.goto(x,y)
turtle.down()
def guo_draw(x): #畫星星
turtle.begin_fill()
for i in range(5):
turtle.forward(x)
turtle.right(144)
turtle.end_fill()
guo_goto(-300,200) #大星星
guo_draw(170)
guo_goto(30,280)
guo_draw(60)
guo_goto(120,200)
guo_draw(60)
guo_goto(120,126)
guo_draw(60)
guo_goto(30,60)
guo_draw(60)
2-e用函式定義畫鑽石花瓣的太陽花
3-1.輸入學號,識別年級、專業、序號。
a=input('3-2.輸入1-7的數字,輸出對應的「星期幾」。輸入你的學號:')
(a[:])
if len(a)>12:
print('
學號不存在!')
print('
年級:'+a[0:4])
print('
專業:'+a[4:8])
print('
序號:'+a[8:12])
a=input('今天是星期幾?')
if a=='1'
:
print('
星期一'
)elif a=='2'
:
print('
星期二'
)elif a=='3'
:
print('
星期三'
)elif a=='4'
:
print('
星期四'
)elif a=='5'
:
print('
星期五'
)elif a=='6'
:
print('
星期六'
)else
:
print('
星期日')
識別身份證號中的省市區、年齡、性別。
python基礎 條件迴圈字串
while true a int input 攝氏度轉換為華氏溫度請按1 n華氏溫度轉化為攝氏溫度請按2 n if a 1 celsius float input 輸入攝氏溫度 fahreaheit celsius 1.8 32 f c 9 5 32 print 攝氏溫度轉為華氏溫度為 format...
條件 迴圈 函式定義
1.用迴圈畫五角星 import turtle turtle.setup 600,400,0,0 turtle.color yellow turtle.bgcolor red turtle.fillcolor yellow turtle.up turtle.goto 250,75 turtle.do...
字串操作函式
char cdecl strcat char dst,const char src wchar t cdecl wcscat wchar t dst,const wchar t src char cdecl strcpy char dst,const char src wchar t cdecl w...