Skip to content

Commit a9438aa

Browse files
try 26
1 parent 652389c commit a9438aa

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: 26.py

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
import hashlib
2+
3+
4+
def main():
5+
file_path = "maze/maze/mybroken.zip"
6+
first_step(file_path)
7+
8+
9+
def first_step(file_path):
10+
file = open(file_path, "rb")
11+
12+
13+
if __name__ == "__main__":
14+
main()

0 commit comments

Comments
 (0)