subject

Python Project Worksheet Print | Save Output: Your goal You will write a program that asks a user to fill in a story. Store each response in a variable, then print the story based on the responses. Part 1: Plan and Write the Pseudocode Use the following guidelines to write your pseudocode for a fill-in story program. Decide on a list of items the program will ask the user to input. Your program should include at least four interactive prompts. Input from the user should be assigned to variables and used in the story. Use concatenation to join strings together in the story. Print the story for the user to read. Write your pseudocode here: Part 2: Code the Program Use the following guidelines to code your program. Use the Python IDLE to write your program. Using comments, type a heading that includes your name, today’s date, and a short description. Set up your def main(): statement. (Don’t forget the parentheses and colon.) Conclude the program with the main() statement. Include at least two print statements and two variables. Include at least four input prompts. Use concatenation to join strings. Follow the Python style conventions regarding indentation in your program. Run your program to ensure it is working properly. Fix any errors you may observe. Example of expected output: The output below is an example of a “Favorite Animal” message. Your specific results will vary depending on the choices you make about your message. Output The kangaroo is the cutest of all. It has 5 toes and a beautiful heart. It loves to eat chips and salsa, although it will eat pretty much anything. It lives in New York, and you must be super sweet to it, or you may end up as its meal! When you've completed writing your program code, save your work by selecting 'Save' in the Python IDLE. When you submit your assignment, you will attach this Python file separately. Part 3: Post Mortem Review (PMR) Using complete sentences, respond to all the questions in the PMR chart. Review Question Response What was the pu

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 18:00
Determine whether the following careers would require training or college.
Answers: 1
question
Computers and Technology, 22.06.2019 21:30
Elements such as fonts colors visual structure graphics and the interface of a web page should complement each other to ensure blank
Answers: 3
question
Computers and Technology, 23.06.2019 00:20
Ihave been given the number of guns per 100, and the total firearm-related deaths per 100,000. i have to find the actual number of guns per country and actual number of gun-related deaths. if somebody could show me how to do 1 question, i can finish the rest, i am just confused. tia
Answers: 3
question
Computers and Technology, 23.06.2019 16:00
Write a grading program for a class with the following grading policies: a. there are two quizzes, each graded on the basis of 10 points. b. there is one midterm exam and one final exam, each graded on the basis of 100 points. c. the final exam counts for 50% of the grade, the midterm counts for 25%, and the two quizzes together count for a total of 25%. (do not forget to normalize the quiz scores. they should be converted to a percentage before they are averaged in.) any grade of 90 or more is an a, any grade of 80 or more (but less than 90) is a b, any grade of 70 or more (but less than 80) is a c, any grade of 60 or more (but less than 70) is a d, and any grade below 60 is an f. the program will read in the student’s scores and output the student’s record, which consists of two quiz and two exam scores as well as the student’s average numeric score for the entire course and final letter grade. define and use a structure for the student reco
Answers: 2
You know the right answer?
Python Project Worksheet Print | Save Output: Your goal You will write a program that asks a user to...
Questions
question
Arts, 07.10.2020 23:01
question
Mathematics, 07.10.2020 23:01
question
Social Studies, 07.10.2020 23:01
Questions on the website: 13722361