b1-3

Run Settings
LanguagePython
Language Version
Run Command
s='hello Max' s1=s.replace(' ','') vowel = ['u','U','e','E','o','O','a','A','i','I'] count = 0 for word in s1: if word in vowel: count += 1 print ('So nguyen am la: ',count) print ('So phu am la: ',len(s1)-count)
Editor Settings
Theme
Key bindings
Full width
Lines