SyntaxFix
Write A Post
Hire A Developer
Questions
def function(a): if a == '1': print ('1a') elif a == '2': print ('2a') else: print ('3a')