num = [5,8,3] t = 0 for n in num: t += n print(t)
To embed this project on your website, copy the following code and paste it into your website's HTML: