Registering a new player
This is a very simple programming task. Write a program in Python to implement the following design:
Design
Here is an outline design for the program.
- Display a welcome message for the game
- Ask the player to enter their age, gender, email address and a player name
- Display this information on the screen and ask the player to confirm that it is correct
- If the information is incorrect, ask the player to re-enter the information
- Display the correct information on the screen
Task
- Write the code using Python with comments
- Save your program as registration.py
- Copy the code into a word-processing document and annotate to say what each section does
- Show the output of the program working.
- Reply to this post with a link to your document.
TARGET DATE Thursday 8th January at 5.00pmn