Skip to content

Commit

Permalink
upload (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: MistEO <[email protected]>
  • Loading branch information
jcjrobert and MistEO authored Mar 29, 2023
1 parent bd56da3 commit e4649d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
| :--: | :----------------------------------------------------------: | :-------: | :--------------: | :--------------: |
| 1 | [DavidWang19](DavidWang19) | 44 Bytes | Mathematica | 作者很懒,什么都没有说.jpg |
| 2 | [熊师傅](otakuma) | 53 Bytes | Powershell | 作者很懒,什么都没有说.jpg |
| 3 | [jcjrobert](jcjrobert) | 72 Bytes | Python | 作者不懒,什么都说了.gif |
| 3 | [cnachen](cnachen) | 71 Bytes | lua | 作者很懒,什么都没有说.jpg |
| 3 | [龟龟](guigui) | 70 Bytes | Kotlin Script | 作者很懒,什么都没有说.jpg |
| 3 | [鬼才](鬼才) | 75 Bytes | Kotlin | 作者很懒,什么都没有说.jpg |
Expand Down
1 change: 1 addition & 0 deletions jcjrobert/main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for i in range(1,10):print(*["%d*%d=%d"%(j,i,i*j)for j in range(1,i+1)])

0 comments on commit e4649d8

Please sign in to comment.