Lab Task on Lesson-1

Opened: Wednesday, 23 September 2020, 12:00 AM
Due: Friday, 25 September 2020, 11:59 PM
View Make a submission

Suppose, you have been assigned to calculate the distance(s) travelled by a car. The car has started with an initial velocity(u) of 45ms-1, an acceleration(a) of 10 ms-2, and reached the destination within time, t = 90 seconds. Now, write a python code to calculate the distance (in metres) by using the formula: s= ut + (1/2)at

N.B. You need to submit the code in the provided online editor. There is no need of any file attachements.