0
how do i clear in python code playground?
is there a line of code similar to the "clear" function in the terminal app? (Terminal is like command prompt but for Chromebook) that's for the online python ide a.k.a the code playground by SoloLearn. what I'm doing is making an ASCII animation, and I don't want it to repeat. I want it to be smooth. but I don't know-how. please help. thanks!
2 Answers
+ 1
What are you trying to clear? Please be specific with your questions and tags, or the community will not be able to understand and help you. Please have a look at the guidelines, thanks.
https://www.sololearn.com/discuss/1316935/?ref=app
0
I wasn't being specific. I'm sorry. I was trying to ask:
is there a line of code similar to the
"clear" function in the terminal app?
(Terminal is like command prompt but for Chromebook)
that's for the online python ide a.k.a
the code playground by SoloLearn.
what I'm doing is making an ASCII animation,
and I don't want it to repeat.
I want it to be smooth.
but I don't know-how.
please help.
thanks!
(I changed the title :P to, this.)