Question: Design a program that outputs your initials, following the steps below. 1. Create a new python script named initials.py 2. Add comments to the top
Design a program that outputs your initials, following the steps below. 1. Create a new python script named initials.py 2. Add comments to the top of the script specifying the author of the program your name), the purpose of the program, version number, and the date. 3. Add five calls to print to output your initials, similar to the example below. Modify it as necessary until the initials are printed properly. *** 4. Add print statements above and/or below your initials, printing various information about yourself, such as your name, age, hobbies, favorite book, and favorite movie. Feel free to include as much information as you like! There must be a minimum of 5 pieces of information. Run the program to verify there are no errors 5. Add comments to the program, describing the processing, update the purpose and the version number 6. Modify the program so that it stores all your information in variables, and prints the output with appropriate labels as in the example below nane_str - "John Doe" print("Nane: namestr print("Age: " age_str) print("Hobbies! ", hobbies.str print("Favorite book!". Favorite bookstr) print("Favorite movie ". favorite movie st)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
