fork download
  1. variable = "Apple"
  2. print(variable.lower().startswith(('a', 'e', 'i', 'o', 'u')))
Success #stdin #stdout 0.03s 9648KB
stdin
Standard input is empty
stdout
True