can a function be used in an if condition like a normal variable during the initiation of an 'if' function? I tried this in my program which didn't work.
def choices(): choice = input('Choose which path to take out... Think carefully
can a function be used in an if condition like a normal variable during the initiation of an 'if' function? I tried this in my program which didn't work.
def choices(): choice = input('Choose which path to take out... Think carefully