Days = [1, 3, 5, 10, 20]
attendance = len(Days)
oneday = 100 / 30
answer = attendance * oneday
print(answer)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: