So I have this code and immediately after the code is completed I want to clear the screen and run another code automatically, please how do I do this?
def load():
n("Loading")
for load in range(1,4):
n(".")
time.sleep(1)
load()