Standford Code in Place: Hangman

by Ciske S

Description

The first project is a program basic hangman game, making use of a .txt file as the source for the word list, string and list functions and ASCII graphics in PyCharm. The second project is an analysis of the Covid-19 cases in South Africa, my home country, written in Jupyter. This project makes use of a .txt file as the source for the data and plots two graphs, the daily change in case load and the overall case load. The third and final project, once again in PyCharm, verifies credit card numbers and lets the user know whether it is a Visa, MasterCard or American Express card. This project makes use of lists and basic math principles.