Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1). Write a Python program that asks the user to enter two numbers, then prints the sum of those two numbers. Add comments on each

1). Write a Python program that asks the user to enter two numbers, then prints the sum of those two numbers. Add comments on each statement (on top of each statement with SAME indentation) to explain the purpose of each line of codes.

2). Write a Python program that draw simple star (pentagon), OR simple flower (with 5 petals - use 5 circles). Don't forget to import graphics.py.

3). Write an algorithm for RECESS POLICY/WEATHER. Give as much detail as you can come up with. Write it in a structured way, so it is close to programming language statements. (e.g. user input today's temperature, then program will print out if the kids need to wear gloves, etc.)

*RECESS POLICY/WEATHER Children will be going outside to recess when the temperature/wind chill is 20 degrees or above. Please help your child dress for the cold weather. Warm coats, hats, gloves and scarves will help children stay warm! No need to run it, since it's not a complete .py file.

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

Oracle Database 10g Insider Solutions

Authors: Arun R. Kumar, John Kanagaraj, Richard Stroupe

1st Edition

0672327910, 978-0672327919

More Books

Students also viewed these Databases questions

Question

Discuss the history of human resource management (HRM).

Answered: 1 week ago