Skip to content

Commit 4f32ece

Browse files
committed
changes made in count_vowels.py
1 parent 47479c1 commit 4f32ece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

count_vowels.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
else:
1616
consonant_count +=1
1717

18-
print "Total Vowels ", vowel_count
19-
print "Total consonant ", consonant_count
18+
print ("Total Vowels: ", vowel_count)
19+
print ("Total consonants: ", consonant_count)

0 commit comments

Comments
 (0)