We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6efe6b7 commit fa0fa49Copy full SHA for fa0fa49
1 file changed
hash_port.py
@@ -25,4 +25,4 @@
25
26
dir_ = os.getcwd()
27
28
-print(hash(dir_) % (end - start)) + start
+print((hash(dir_) % (end - start)) + start)
0 commit comments