7
Leuljoe
4y

while project != Finish :
if stomach == full :
keepCoding()
else :
orderPizza()
if project == Finish
goOut()

(Fyi, can't indent here. LoL. I am glad there isn't python around to blurt errors on my face 😂)

Comments
Add Comment