1print("This message will remain")
2print("This message will be deleted", end="\r")
3#NOTE: If you run it in IDLE by pressing F5, the shell will still display#
4#both messages, however, if you run the program by double clicking#
5#then the ouput console will delete it!#