No products in the cart.

Write a user defined function in …

CBSE, JEE, NEET, CUET

CBSE, JEE, NEET, CUET

Question Bank, Mock Tests, Exam Papers

NCERT Solutions, Sample Papers, Notes, Videos

Write a user defined function in python that accept a string as a parameter and display the those words from the string that starts with capital vowel. Support str= Exam Of Class Eleven It will display Exam Of Eleven
  • 2 answers

Dinesh Jat 3 years ago

H I

Himani Gautam 3 years, 1 month ago

def myfunc(string): lst=['a', 'e', 'i', 'o', 'u'] data=string.split() for word in data: if word[0] in lst: print(word) myfunc(write the strings here)
http://mycbseguide.com/examin8/

Related Questions

Whate is global scope
  • 1 answers
Import math ceil
  • 1 answers
What is the function of def()?
  • 2 answers

myCBSEguide App

myCBSEguide

Trusted by 1 Crore+ Students

Test Generator

Test Generator

Create papers online. It's FREE.

CUET Mock Tests

CUET Mock Tests

75,000+ questions to practice only on myCBSEguide app

Download myCBSEguide App