pkg(yeethon3.10): Adds Yeethon 3.10 (#239)

* pkg(yeethon3.10): Adds Yeethon 3.10

* pkg(yeethon3.10): Change test file name to `test.yeethon.py`
This commit is contained in:
Shivansh-007 2021-04-29 07:25:43 +05:30 committed by GitHub
parent 6b5fcaf363
commit 75957407ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 37 additions and 0 deletions

View file

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