Write a text-based Tamagotchi program.

问题描述:

Write a text-based Tamagotchi program.
When you run the program it should present the user with various options to play with,feed or clean their pet.The pet should be saved to disk in between sessions (use the pickle module) and the program should look at the amount of real time which has passed (the time or datetime modules) when deciding whether it is tired,hungry,dead,etc.

拓麻歌子