Update vowel.py

This commit is contained in:
Ray 2023-09-17 16:59:40 +10:00 committed by GitHub
parent 73a36a6865
commit b42c0c198b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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: ")