Q Assignment 1 ? Task 1: Find the area of the following graph. f x =4?3 +9?2 +2?+1from ?=2 to ?=3 ? Save your program in Task1.py. ? Task 2: Take 5 numbers by using input() and appending one by one to a list (use a for-loop) and display the sorted result in an ascending order. DO NOT USE sort() method in Python. ? Save your program in Task2.py.
View Related Questions