Skip to content

Commit ac0bed6

Browse files
authored
Update twttr.py
1 parent 9ba0989 commit ac0bed6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Problem Set 2/twttr/twttr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
print("Output: ", end="")
33

44
for letter in inp:
5-
if not letter.lower() in ['a', 'e', 'i', 'o', 'o']:
5+
if not letter.lower() in ['a', 'e', 'i', 'o', 'u']:
66
print(letter, end="")
7-
print()
7+
print()

0 commit comments

Comments
 (0)