Python process control statement if

ifThe following is tab (4 spaces), which is reduced to the specified conditions.

if Conditions:

  Result

#The first:

if True:

  print(666)

print(777)

Leave a Reply

Your email address will not be published. Required fields are marked *