Commit d96ad8e5 by BellCodeEditor

auto save

parent 66c1de5b
Showing with 11 additions and 1 deletions
18/6//3
print(18/6//3)
\ No newline at end of file
print()
age = 18
w = 60.5
s = "我今年989岁了"
print(x+0.1)
\ No newline at end of file
for i in range(1,10): for i in range(1,10):
for j in range(1,i+1): for j in range(1,i+1):
print(j ,"*" ,i ,"=", (j*i), end=" ") print("" ,end=" ")
print() print()
\ 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