Add uwu in Python

This commit is contained in:
sech1p 2021-07-24 21:33:18 +02:00
parent 5be84476ac
commit 66e9bc9388
3 changed files with 4 additions and 0 deletions

View File

@ -5,3 +5,5 @@ uwu in every programming language in the world
## Languages
- [C](uwu.c)
- [Python 1 & 2](uwu.py)
- [Python 3](uwu.py3)

1
uwu.py Normal file
View File

@ -0,0 +1 @@
print 'uwu'

1
uwu.py3 Normal file
View File

@ -0,0 +1 @@
print('uwu')