lehrkraefte:blc:informatik:glf20:programmieren:while

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
lehrkraefte:blc:informatik:glf20:programmieren:while [2020/10/30 13:16]
mirco.triner [Lösungsvorschläge]
lehrkraefte:blc:informatik:glf20:programmieren:while [2020/10/30 13:19]
mirco.triner
Line 18: Line 18:
     print(counter)     print(counter)
     counter += 1     counter += 1
 +</code>
 +</WRAP>
 +
 +<WRAP info>
 +Die folgenden Codeblöcke führen zum gleichen Ergebnis:
 +<code>
 +counter += 1
 +</code>
 +<code>
 +counter = counter + 1
 </code> </code>
 </WRAP> </WRAP>
  • lehrkraefte/blc/informatik/glf20/programmieren/while.txt
  • Last modified: 2020/10/30 13:21
  • by mirco.triner