if I define a function using an if statement how do I put that in a variable python code example
Example: how to fix if statement in python
2 < 5
3 > 7
x = 11
x > 10
2 * x < x
type(True)
2 < 5
3 > 7
x = 11
x > 10
2 * x < x
type(True)