Commit 50fdabd0 by BellCodeEditor

auto save

parent c593e827
Showing with 14 additions and 10 deletions
# 勇于挑战的创造师,请运行这段代码,看看能不能将颜良、文丑加入战场? D=['A','2','3','4','5','6','7','8','9','10','J','Q','K']
a= ['华雄'] H=['♧','♡','♢','♤']
a.append('颜良','文丑') for i in D:
print(a) for j in H:
print(j+i,end=" ")
\ No newline at end of file
# 勇于挑战的创造师,请运行下面的代码,观察运行结果,和小伙伴们说说你的发现? N=input("请输入一个三位数:")
a= ['华雄'] N=int(N)
c=['颜良','文丑'] ge=N%10
a.extend(c) bai=N//100
print(a) shi=(N//10)%10
\ No newline at end of file he=(ge+shi+bai)
p=he/3
print(he,p)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment