jeudi 25 novembre 2021

nested if else condition

Hi I have a question regarding the following nested condition (python):

If (A meet B):
     condition 1;
     If(A meet B):
          condition2;

does it mean that if A meet B perform condition 1, and if A meet B again, perform condition 2?

Aucun commentaire:

Enregistrer un commentaire