#10 - Introduction to Python: If Statements: Vowel or Consonant

Опубликовано: 04 Октябрь 2024
на канале: Edujo
407
8

In this video you will learn how to write a program that determines if a letter entered by the user is a vowel or a consonant.
You will learn a basic method using the Boolean operator 'or' as well as a more advanced method which is simpler.