subject

I NEED AN EXAMPLE QUICK NO ASKING THE QUESTION IN THE ANSWER BOX PLEASE THIS IS 70 POINTS GOING TO WASTE ANSWER QUICK I JUST NEED AN EXAMPLE OF THE PROJECT NO ASKING QUESTIONS ABOUT MY QUESTION ON THE ANSWER PAGE YOU HAVE TO ASK IT ON THE ASK ABOUT QUESTION PLEASE Python Variables Worksheet Print | Save Output: Your Goal You will write a program to store a message in two variables, then print that message. Part 1: Plan and Write the Pseudocode Write an algorithm using pseudocode that someone else can follow. Choose one of the following options: Decide on the message you would like to display to the screen. Some ideas include: Your favorite book title or TV show and why you like it A few sentences sharing information about you Your favorite sport and team or athlete Use two variables to store your message. Insert 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.) Use at least two variables and two print statements to display your message to the screen. Conclude the program with the main() statement. 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 TV Show” message. Your specific results will vary depending on the choices you make about your message. Output My favorite TV show is MythBusters. I like it because I learn a lot and they do crazy experiments. 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) Write two to three sentence responses to all the questions in the PMR chart. Review Question Response What was the purpose of your program? How could your program be useful in the real world? What is a problem you ran into, and how did you fix it? Describe one thing you would do differently the next time you write a program. Part 4: Save Your Work Don't forget to save this worksheet. You will submit it for your assessment. Print | Save

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 21:00
Analyze the following code. int x = 1; while (0 < x) & & (x < 100) system.out.println(x++); a. the loop runs forever. b. the code does not compile because the loop body is not in the braces. c. the code does not compile because (0 < x) & & (x < 100) is not enclosed in a pair of parentheses. d. the numbers 1 to 99 are displayed. e. the numbers 2 to 100 are displayed.
Answers: 3
question
Computers and Technology, 23.06.2019 16:30
Monica and her team have implemented is successfully in an organization. what factor leads to successful is implementation? good between different departments in an organization leads to successful is implementation.
Answers: 1
question
Computers and Technology, 23.06.2019 18:30
This program should be a short piece of code that prints all of the positive integers from 1 to 100 as described more fully below. the program may contain multiple methods, and if using an oo language, should be contained within a single class or object. the program should be designed so that it begins execution when invoked through whichever mechanism is most common for the implementation language. â–ş print out all positive integers from 1 to 100, inclusive and in order. â–ş print messages to standard output, matching the sample output below. â–ş in the output, state whether the each integer is 'odd' or 'even' in the output. â–ş if the number is divisible by three, instead of stating that the number is odd or even, state that the number is 'divisible by three'. â–ş if the number is divisible by both two and three, instead of saying that the number is odd, even or divisible by three; state that the number is 'divisible by two and three'. â–ş design the logic of the loop to be as efficient as possible, using the minimal number of operations to perform the required logic. sample output the number '1' is odd. the number '2' is even. the number '3' is divisible by three. the number '6' is divisible by two and three.
Answers: 1
question
Computers and Technology, 24.06.2019 01:00
Mastercard managers are motivated to increase (1) the number of individuals who have and use a mastercard credit card, (2) the number of banks and other clents who issue mastercards to customers and/or employees, and (3) the number of locations that accept mastercard payments. discuss how mastercard could use its data warehouse to it expand each of these customer bases.
Answers: 3
You know the right answer?
I NEED AN EXAMPLE QUICK NO ASKING THE QUESTION IN THE ANSWER BOX PLEASE THIS IS 70 POINTS GOING TO W...
Questions
question
Mathematics, 25.09.2021 07:30
question
English, 25.09.2021 07:30
question
Mathematics, 25.09.2021 07:30
question
Mathematics, 25.09.2021 07:30
question
English, 25.09.2021 07:30
Questions on the website: 13722360