When you write an if-else statement, under what circumstances do the
statements that appear after the else clause execute?
What would the following code display?
if 'z'
print('z is less than a.')
else:
print('z is not less than a.')
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here