Part I: Steal or Deal?
You are required to write a Python program that allows a player to play a game of Steal or Deal against the computer. The program will allow a player to play at most 10 games of Steal or Deal but the player can stop before he/she has reached his/her 10 game limit. Once the player chooses to stop playing or the player has played 10 games, the program will report the game statistics to the screen.
Part II: Encryption
You are required to write a Python program that performs simple encryption and decryption on strings entered by the user. To do so, you are to use one of the simplest and most widely known encryption techniques known as the Caesar Cipher. The Caesar Cipher is named after Julius Caesar who used it for private correspondence.