I was writing a complex program and I was getting an if statement... (this isn\'t the complex code, this is just an example)
print(\"The 24 game will give you fo
It would work after converting the user input string to a number:
if int(f) == a: print("ok")