User Tools

Site Tools


burim:python:python-labs:loesung_blatt4_aufgabe2_while_ungerade.py
start = 10
while start >= 0:
    if start % 2:
        print(start)
    start -= 1
burim/python/python-labs/loesung_blatt4_aufgabe2_while_ungerade.py.txt · Last modified: 2019/01/21 20:55 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki