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 0e2a5ba commit 2c04a84Copy full SHA for 2c04a84
integration_tests/test_string_01.py
@@ -4,4 +4,6 @@ def test_string():
4
assert ascii_lowercase == 'abcdefghijklmnopqrstuvwxyz'
5
assert ascii_letters == 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
6
7
- print(ascii_lowercase)
+ print(ascii_lowercase)
8
+
9
+test_string()
0 commit comments