In Python, How can I make a if loop function?
Example:
def ifloop(condition,do): if condition: execute the do parameter code
Thanks