lehrkraefte:blc:informatik:glf20:programmieren:if-else-quiz

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
lehrkraefte:blc:informatik:glf20:programmieren:if-else-quiz [2020/10/28 10:31]
mirco.triner
lehrkraefte:blc:informatik:glf20:programmieren:if-else-quiz [2020/10/30 08:05] (current)
mirco.triner
Line 11: Line 11:
  x = x + 4 &lt;br&gt;  else: &lt;br&gt;    x = x + 3 &lt;br&gt;else: &lt;br&gt;  x = x + 2 &lt;br&gt;print(x) &lt;br&gt;" type="radio">0|4|2|3</question>  x = x + 4 &lt;br&gt;  else: &lt;br&gt;    x = x + 3 &lt;br&gt;else: &lt;br&gt;  x = x + 2 &lt;br&gt;print(x) &lt;br&gt;" type="radio">0|4|2|3</question>
  
-<question title="Was wird nach dem Ausführen des Programms auf der Konsole stehen?&lt;pre&gt;x = 3 &lt;br&gt;if ( x == 0 ):&lt;br&gt;  print (&quot;Am I here?&quot;)&lt;br&gt;elif ( x == 3 ):&lt;br&gt;  print (&quot;Or here?&quot;)&lt;br&gt;print (&quot;Or over here?&quot;)" type="radio">Am I here?|Or here?|Am I here? Or here?|Or here? Or over here|Am I here? Or over here?</question> +<question title="Was wird nach dem Ausführen des Programms auf der Konsole stehen?&lt;pre&gt;x = 3 &lt;br&gt;if ( x == 0 ):&lt;br&gt;  print (&quot;Am I here?&quot;)&lt;br&gt;elif ( x == 3 ):&lt;br&gt;  print (&quot;Or here?&quot;)&lt;br&gt;print (&quot;Or over here?&quot;)" type="radio">Am I here?|Or here?|Am I here? Or here?|Or here? Or over here?|Am I here? Or over here?</question> 
          
        
  • lehrkraefte/blc/informatik/glf20/programmieren/if-else-quiz.txt
  • Last modified: 2020/10/30 08:05
  • by mirco.triner