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 b26b942 commit a8977edCopy full SHA for a8977ed
uh.py
@@ -3,4 +3,4 @@
3
import conlib
4
5
if __name__ == '__main__':
6
- conlib.write_page(lambda: 'uh.')
+ conlib.write_page(lambda: print('uh.'))
0 commit comments