Get link Facebook X Pinterest Email Other Apps March 29, 2022 conditional statement✌😁 is_male = Trueif is_male: print("you are male")else: print("you are female") Get link Facebook X Pinterest Email Other Apps Comments
March 29, 2022 WHILE LOOP➰ i = 1 while i <= 10 : print (i) i += 1 print ( "done with loop" ) Read more
Comments
Post a Comment