Using spinner, if i try printing anything on console then it spinner also gets added like below. It would better to have it cleared or add new line to avoid this.
My code -
with spinner():
time.sleep(2)
print('hello')
Output -
\hello
Expected output -
hello