Mark (mjack360)
@Markmjack360
I have an initial list of hydraulic calculators that a user can choose from. What I would like to do is have that list disappear when an option is sel
Python
TheDNAHero I am pretty sure you can do
import replit
(code here)
replit.clear()
just import the module and do replit.clear() when you want to clear the screen1 year ago