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.
2 parents 0e2a5ba + 2c04a84 commit cd75eebCopy full SHA for cd75eeb
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