Clear Output.ipynb
35 lines
| 579 B
| text/plain
|
TextLexer
In [ ]:
from IPython.display import clear_output
In [ ]:
for i in range(10):
clear_output()
print(i)