Skip to content
Advertisement

Why my Python print command not working after “if” function? [closed]

Why my code doesn’t write “good job”? It only jumps after “inp_user” and “inp_pin” to “question” imput.

…and loog not working too :D

JavaScript

Advertisement

Answer

your code won’t work because you don’t call the cunctions you have defined

Try This:

JavaScript
Advertisement