Im trying to do an ASCII character animation in python but console doesn't clear. All various variants of clearing console method print 2-3 symbols but will not clear the console. I'm Using Visual studio 2022 on windows.
Following is the dummy code that I tried with:
import os
print("@@@@@")
os.system("cls")