A small Python Quiz

Bas Steins - May 13 '22 - - Dev Community

Can you guess what value the variable a has to take, so that this program prints A is not equal A!?

if a != a:
    print("A is not equal A!")
Enter fullscreen mode Exit fullscreen mode
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .