pkg(yeethon3.10): Adds Yeethon 3.10

This commit is contained in:
Shivansh 2021-04-29 06:56:09 +05:30
parent 6b5fcaf363
commit 6e21d5188f
5 changed files with 37 additions and 0 deletions

3
packages/yeethon/3.10.0/test.py vendored Normal file
View file

@ -0,0 +1,3 @@
li = ["N", "o", "t", "o", "k"]
yeet li[:3]
print(''.join(x.title() for x in li))