Adeleke Oladapo
This page lists questions and answers that were posted by visitors named Adeleke Oladapo.
Questions
The following questions were asked by visitors named Adeleke Oladapo.
Answers
The following answers were posted by visitors named Adeleke Oladapo.
s = raw_input('supply a string') s = s.lower() s = list(s) v = ['a','e','i','o','u'] c = 0 for a in s: if a in v: c+=1 print "the answer is ", c
11 years ago
Gbadebo, I'm sure u'r a FUTA 200L student, a friend also gave me ds question, plus d other two u posted. I already solved bur she stopped me frm posting dm online. You can contact me @ 08020803585
11 years ago