您好,登錄后才能下訂單哦!
[root@hmaster pythoncode]# vim 001jiujiucf.py
[root@hmaster pythoncode]# python 001jiujiucf.py
11=1
12=2 22=4
13=3 23=6 33=9
14=4 24=8 34=12 44=16
15=5 25=10 35=15 45=20 55=25
16=6 26=12 36=18 46=24 56=30 66=36
17=7 27=14 37=21 47=28 57=35 67=42 77=49
18=8 28=16 38=24 48=32 58=40 68=48 78=56 88=64
19=9 29=18 39=27 49=36 59=45 69=54 79=63 89=72 9*9=81
[root@hmaster pythoncode]# vim 001jiujiucf.py
x=1
y=1
while x<=9 :
while x>=y :
print(" %d%d=%d"%(y,x,yx),end='') #不換行寫法
y=y+1
print("")
x=x+1
y=1
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。