dimanche 24 janvier 2021

In Python, How can I make a if loop function?

In Python, How can I make a if loop function?

Example:

def ifloop(condition,do):
if condition:
execute the do parameter code

Thanks

Aucun commentaire:

Enregistrer un commentaire