Application doesn't stop running

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"])

The code in the link works properly.

Hey, @maditsilekota!
It seems your code is working fine. Your repl seems to stop once the user has inputted the required information. Have you tried reloading your page?