scrimba
IN1000 - Uke #4
While-løkker
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

While-løkker
AboutCommentsNotes
While-løkker
Expand for more info
index.py
run
preview
console
antallSpist = 0

if antallSpist < 5:
antallSpist += 1
print("Du spiser en pannekake")
print("Du har spist ", antallSpist, " pannekake(r)")


Console
"Du spiser en pannekake "
,
"Du har spist 1 pannekake(r) "
,
/index.html
-28:43