Question 3: Write a program in which you ask user to enter two… Question 3: Write a program in which you ask user to enter two values using two input statements and save the values in two variables. If both of the values entered by user are valid numbers(see examples below for valid numbers) then you draw two non overlapping circles and fill them with Green color, if none of the values is a valid number then you draw two non overlaping rectangles and fill them with Red color, if one of the value is a valid number but the other is not a valid number then draw one circle with Blue fill and a rectangle with Orange fill. [Marks: 20]Examples of valid numbers: 123, 43.76, 89, 100000, 78765.987 (5 examples of valid number are given here, but there are infinitly many valid numbers)Examples of strings (invalid numbers): 123abc, 7.9.8, afadf, *&^dadsf (4 string examples given here, but there are infinitly many such values which are not valid numbers)You can chose any size and coordinates for you shapes.Rubric:User Input: 2 MarksValid number check: 6 marksProper If conditions to decide the shape and fill color: 6 marksShapes drawing: 6 marksTesting: You have tested your program for atleast one set of values, no syntax and logical errors: 3 marksComments: Add necessary comments to explain the process: 2 marksComputer ScienceEngineering & TechnologyPython Programming IFS SRT311

Order your essay today and save 20% with the discount code ESSAYHELP