Im new to python, and im truly confused, please help
boole = False
alpha = input()
int(alpha)
if alpha == 2:
boole = True
print(boole)
it outputs False, when I want it to output true
Im new to python, and im truly confused, please help
boole = False
alpha = input()
int(alpha)
if alpha == 2:
boole = True
print(boole)
it outputs False, when I want it to output true