burim:python:python-labs:loesung_blatt4_aufgabe1_while_booom.py
start = 10
while start > 0:
    print('Exploding in {} seconds'.format(start))
    # print('Exploding in %s seconds' % start)
    start -= 1
print('BOOM!!!')
burim/python/python-labs/loesung_blatt4_aufgabe1_while_booom.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