emileehogan
emileehogan
25.02.2020 • 
Engineering

Write a function that returns True if the sentence stringsentencecontains everyletter of the alphabet. If the sentence does not contain each letter, print whichones are missing. The result should not depend on capitalization, so you can ignoreupper and lower cases

Solved
Show answers

Ask an AI advisor a question