Abug collector collects bugs every day for five days. Write aprogram that keeps a running total of the number of bugs collectedduring the five days. The loop should ask for the number of bugscollected for each day, and when the loop is finished, the programshould display the total number of bugs collected.
need this in Python