Skip to content

Commit

Permalink
不全格式
Browse files Browse the repository at this point in the history
  • Loading branch information
mole828 committed Mar 29, 2023
1 parent e5c642c commit 7ea89db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 鼹鼠/main.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
for b in range(1,10):print(*[f"{a}*{b}={a*b}"for a in range(1,b+1)])
for b in range(10):print(*[f"{a+1}*{b}={a*b+b:<2}"for a in range(b)])

0 comments on commit 7ea89db

Please sign in to comment.