Question
PLEASE DO THIS IN PYTHON!!!!!!!! 1.) For each lab program you develop, make sure to include the following header - replace the dots with your
PLEASE DO THIS IN PYTHON!!!!!!!!
1.) For each lab program you develop, make sure to include the following header - replace the dots with your section #, semester, your full name, your instructors name, and lab #:
Class: CSE 1321L
Section: ...
Term: ...
Instructor: ...
Name: ...
Lab#: ...
Make sure to put the correct comment character(s) before the above lines in each file. C# & Java use // for comments, Python uses a #
Exercise #1: Design and implement a program (name it Favorites) to print out on separate lines the following: your name, your birthday, your hobbies, your favorite book, and your favorite movie. Format the outputs following this sample run.
Sample run:
My name: Amy Edwards My birthday: 12/21/1998 My hobbies: Reading, writing, baking My favorite book: Each Little Bird That Sings My favorite movie: The Series of Unfortunate Events
2.) Exercise #2: Design and implement a program (name it Diamond) to print out the following shape using stars:
*
* *
* * *
* * * *
* * *
* *
*
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started