Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
found a bug.
If you order pizza, your stomach won't be immediately full, so you will order a bajillion layers of pizza. -
Avyy7525yIsn't the last if statement redundant. I mean, you got out of while loop in the first place because project was finished
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 😂)
rant
workaholic python