Please help asap! i have 30 minutes!!
write a function sillystring() that replaces all vowels (a, e, i, o, and u) in a string with "oob" and returns that string to the caller.
for python!