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 0288a12 commit 2a36622Copy full SHA for 2a36622
integration_tests/test_dict_06.py
@@ -21,4 +21,4 @@ def test_dict():
21
assert abs(rollnumber2cpi[0] - 1.1) <= 1e-12
22
assert len(rollnumber2cpi) == 1001
23
24
-test_dict()
+test_dict()
integration_tests/test_dict_07.py
@@ -15,4 +15,4 @@ def test_dict():
15
for i in range(97, 97 + 26):
16
assert smalltocaps[chr(i)] == chr(i - 32)
17
18
0 commit comments