Saturday, 1 November 2014

Housepoint Calculator



total=0

for i in range(3):
    newnumber=int(input("what the new number?\n"))
    total += newnumber

print("the total number is:",total)





1 comment:

  1. Explain via a commentary on your blog what the aim of your code is, what you learnt and say something about the construct's efficiency.

    ReplyDelete