From 7f969eb76e77218fdceab0929820ca1631243478 Mon Sep 17 00:00:00 2001 From: Shashibhushan Singh Date: Tue, 27 Oct 2020 21:47:01 +0530 Subject: [PATCH] Update Vowels.py --- Vowels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vowels.py b/Vowels.py index c78a65c..7128d5d 100644 --- a/Vowels.py +++ b/Vowels.py @@ -4,4 +4,4 @@ if v in vowels: print("NO") else: - print("OK") + print("Yes")