Update vowel.py
This commit is contained in:
parent
73a36a6865
commit
b42c0c198b
3
vowel.py
3
vowel.py
|
@ -1,3 +1,6 @@
|
||||||
|
# Copyright 2022, Rayyan Hodges, TAFE NSW
|
||||||
|
# rayyan.hodges@studytafensw.edu.au
|
||||||
|
|
||||||
#Prompting user to enter a letter
|
#Prompting user to enter a letter
|
||||||
|
|
||||||
letter=input("Please enter a letter to check if it is a vowel: ")
|
letter=input("Please enter a letter to check if it is a vowel: ")
|
||||||
|
|
Loading…
Reference in New Issue