Entry 3015

Python-Summirr

   

Submitted by anonymous on Jan. 15, 2010 at 12:06 p.m.
Language: Python. Code size: 184 bytes.

'''
Created on 06.01.2010

@author: Evi
'''
summe=0
while True:
    zahl = raw_input("Geben Sie eine Zahl ein: ")
    summe=int(zahl)+summe
    print "Summe" 
    print summe

This snippet took 0.00 seconds to highlight.

Back to the Entry List or Home.

Delete this entry (admin only).