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