I've read many other articles on here about how to move the position of the input, but I've only seen how to move it back. I tried using "\b" for this but it doesn't work, can anyone help? btw I'm using repl.it,I'm not sure what version of python it uses
choice=int(input("╒══════════╤══════════╤══════════╕\n"
+"│1 - ATTACK│ 2 - HEAL │ 3 - FLEE │\n"
+"╞══════════╧══════════╧══════╤═══╡\n"
+"│ Enter your choice here --> │ X │\n"
+"╘════════════════════════════╧═══╛"))