lehrkraefte:blc:informatik:ffprg1-2019:challenges

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
lehrkraefte:blc:informatik:ffprg1-2019:challenges [2019/02/05 17:46]
mirco_buechel
lehrkraefte:blc:informatik:ffprg1-2019:challenges [2019/02/05 17:46]
mirco_buechel
Line 29: Line 29:
  
 ==== rampe ==== ==== rampe ====
 +<code python>
 +def rampe(n):
 +    for i in range(n):
 +        print((i+1)*'#')
 +</code>
 ==== tree ==== ==== tree ====
 ==== teiler ==== ==== teiler ====
  • lehrkraefte/blc/informatik/ffprg1-2019/challenges.txt
  • Last modified: 2019/02/05 17:48
  • by mirco_buechel