Use Ipython.disply to make printed thing clear.
from IPython.display import clear_output
for i in range(10):
clear_output(wait=True)
print("Hello World!")
Thank you.
ππ»♂️
Use Ipython.disply to make printed thing clear.
Thank you.
ππ»♂️
No comments:
Post a Comment