New requirements

This commit is contained in:
brotoskyj
2025-08-20 16:30:14 -04:00
parent d54bd4c7b3
commit 8bd93c87b9
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
hashes = ''
while True:
inputhash = input("Hash: ")
hashes = hashes + ',' + inputhash
print(hashes)