Days = [1, 3, 5, 10, 20] attendance = len(Days) oneday = 100 / 30 answer = attendance * oneday print(answer)
To embed this project on your website, copy the following code and paste it into your website's HTML: