We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c62ee commit fb1a9ecCopy full SHA for fb1a9ec
1 file changed
homework/sheet03.md
@@ -257,20 +257,28 @@ if 1>0do
257
if 8 do
258
c:=b
259
end
260
- b:=9
261
- end
262
+ b:=9+ 4*3 -7
263
+ end
264
```
265
266
soll
267
268
``` python
269
a := 0
270
if 10 < 1 do
271
- a := 42
+ a := 42
272
else do
273
- a := 7
+ a := 7
274
+ if 1 > 0 do
275
+ while c do
276
+ if 8 do
277
+ c := b
278
279
+ b := 9 + 4 * 3 - 7
280
281
282
283
284
0 commit comments