Buoi 2 - bai 3

Run Settings
LanguagePython
Language Version
Run Command
#bai 3 vowel = "aoeiu" consonant = "bcdfghjklmnpqrstvwxyz" s = "kiem tra nguyen am, phu am trong string" a = 0 b = 0 for x in s: if x in vowel: a = a +1 if x in consonant: b = b + 1 print("so nguyen am trong string la %s \nso phu am trong string la %s" %(a, b))
Editor Settings
Theme
Key bindings
Full width
Lines