Question: What would the following code display? if 'z' < 'a': print('z is less than a.') print('z is not less than a.') else:
What would the following code display?
if 'z' < 'a': print('z is less than a.') print('z is not less than a.') else:
Step by Step Solution
3.37 Rating (150 Votes )
There are 3 Steps involved in it
z is... View full answer
Get step-by-step solutions from verified subject matter experts
