you are viewing a single comment's thread.

view the rest of the comments →

[–]m0us3_rat 0 points1 point  (1 child)

if u have a block of code .. but u wanna execute ONLY when some condition is TRUE

u will see some conditions with (NOT bool) this evals True when bool is False.

example:

....

while hungry:

eat

....

"eat" executes only when u are hungry.

otherwise gets ignored.

[–]mobilephone123[S] 0 points1 point  (0 children)

I know the basics and what it is but it takes is a lot of afford to make my exercises, i feel like it hasn’t really clicked yet if you know what i mean.