Code: Select all
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: |")
Code: Select all
"Make a 20-digit code with numbers 0-9: |(This is where the cursor should be)|"
Mobile version