Files
AirlockTools/hashtest.py
T
2025-08-21 12:46:20 -04:00

5 lines
111 B
Python

hashes = ''
while True:
inputhash = input("Hash: ")
hashes = hashes + ',' + inputhash
print(hashes)