Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Readings In Database Systems

Authors: Michael Stonebraker

2nd Edition

0934613656, 9780934613651

More Books

Students also viewed these Databases questions