Commit 609c116c by BellCodeEditor

auto save

parent a0cbfb52
Showing with 20 additions and 2 deletions
'''a=213//10
print(a)'''
"""a=int(input("输入一个百位数:"))
c=
d=
b=a%10
print("百",c,"十",d,"个",b)"""
'''a=986//10%10
print(a)'''
a=1
for i in range(5):
a+=1
print(a)
\ No newline at end of file
# 玩家出拳 """a=int(input("请输入一个整数:"))
\ No newline at end of file b=a//100"""
c=a%100//10 #a//10-b*10
d=a%10 #a-b*100-c*10
#print("百",b,"十",c,"个",d)
\ No newline at end of file
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