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 bf8ade9 commit 512e186Copy full SHA for 512e186
awesome/__init__.py
@@ -2,4 +2,6 @@ def smile():
2
return ":)"
3
4
def frown():
5
+ untested = ":("
6
+ untested.lower()
7
return ":("
0 commit comments