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 6a7496a commit 314fa9bCopy full SHA for 314fa9b
sha1.py
@@ -132,5 +132,6 @@ def main():
132
print(SHA1Hash(hash_input).final_hash())
133
134
135
+# starting point of code
136
if __name__ == "__main__":
137
main()
0 commit comments