We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512e186 commit 7684062Copy full SHA for 7684062
awesome/__init__.py
@@ -3,5 +3,5 @@ def smile():
3
4
def frown():
5
untested = ":("
6
- untested.lower()
+ untested.upper()
7
return ":("
0 commit comments