Skip to content

Commit

Permalink
求中(狗头) (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: MistEO <[email protected]>
  • Loading branch information
GarfieldTheOldCat and MistEO authored Mar 29, 2023
1 parent e01d4d3 commit d1376d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GarfieldTheOldCat/9.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
for a in range(1,10):
for b in range(1,a+1):print("%d*%d=%d\t"%(a,b,a*b),end="")
print("")
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
| [dragove](dragove) | 85 Bytes | Scala | 作者很懒,什么都没有说.jpg |
| [HChenZi](HChenZi) | 90 Bytes | nodejs | 作者很懒,什么都没有说.jpg |
| [Alisa](Alisa) | 91 Bytes | Python | 作者很懒,什么都没有说.jpg |
| [加菲老猫](GarfieldTheOldCat) | 100 Bytes | Python | 作者很懒,什么都说了.jpg |
| [鼹鼠](鼹鼠) | 101 Bytes | Python | 作者很懒,什么都没有说.jpg |
| [Ykong](Ykong) | 103 Bytes | Rust | 作者很懒,什么都没有说.jpg |
| [窝窝头](mr_cino) | 113 Bytes | [Woolang](https://github.com/cinogama/woolang) | 呜呜呜,窝窝头输了呜呜呜 |
Expand Down

0 comments on commit d1376d4

Please sign in to comment.