You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: