My application doesn’t stop running. I have to stop it manually. And doesn’t clear screen when i run it again. no loop no while…
Repl link/Link to where the bug appears:
Screenshots, links, or other helpful context:
myCar = { "model": "BMW", "color": "red", "year": "2018" }
print("Car Model is", myCar["model"])