Код: Выделить всё
print("Make a 20-digit code with numbers 0-9: |___|", end="\r", flush=True)
addDigits = input("Make a 20-digit code with numbers 0-9: |")
(У меня есть import sys вверху, так что это не так. Есть идеи? Спасибо.)
Подробнее здесь: https://stackoverflow.com/questions/798 ... ific-point