0
Why does this code work for me in QPython3 and not here?
This code is part of an application that I uploaded to convert temperatures. This code is to put the text in certain coordinates, but it does not work here. print("\033[8;26;f"+"CONVERSOR DE") print("\033[9;27;f"+"TEMPERATURA")
1 Antwort
+ 1
You need to replace \ with a \\ so python will not think it's a part of code instead a part of text.