mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 12:07:49 +02:00
* pkg(yeethon3.10): Adds Yeethon 3.10 * pkg(yeethon3.10): Change test file name to `test.yeethon.py`
3 lines
81 B
Python
3 lines
81 B
Python
li = ["N", "o", "t", "o", "k"]
|
|
yeet li[:3]
|
|
print(''.join(x.title() for x in li))
|