Commit 077952ec by BellCodeEditor

save project

parent 864d922d
Showing with 2 additions and 0 deletions
...@@ -4,4 +4,5 @@ j = 1 # 列 ...@@ -4,4 +4,5 @@ j = 1 # 列
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("/033[0;31m", j,"x",i,"=",j*i,end=" ") print("/033[0;31m", j,"x",i,"=",j*i,end=" ")
print("\033[1:30m 字体颜色\033[0m")
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