Sir can we do this by using dictionary..... in the same way u explained in frequency of vowels....in that after( if char in vowels) we can write del d[char]....Can i sir??
Sir im from non IT field degree bsc (mpcs) can i able to work in software, im interested in software field i have watched u r java coaching in 15 hrs and i have researchd some information through Wikipedia is there any necessary of taking coaching in java or else can i go to interviews plzzzz reply to me sir or how can i contact u (Im so depressed without a job ) and iam from small Village. i have skills but im not getting any opportunity to prove myself . And im from a lower middle class family even we dont have a proper house plzzzzzzz help me sir to settle down in my life, and i have two sisters my whole family depends upon me i dont know what to do now ( but i have a excellent communication skills) plzz help me sir plzzzzzzz and thanks for teaching a people like us who cannot take coaching by paying huge amount tq sir and my age is 23 . I got 9.5 in ssc,. 863 in mpc intermediate,. And 7.0 in my graduation, score doesnt matter and skills are more important and im a quick learner
sir, what about this? It also gives the result without vowel, but in [ ] word = input("write your letter here:- ") vowel = "aeiouAEIOU" result = [i for i in word if i not in vowel] print("your word is here", result)
NICE SUPER EXCELLENT MOTIVATED
very nicely explained!
Sir can we do this by using dictionary..... in the same way u explained in frequency of vowels....in that after( if char in vowels) we can write del d[char]....Can i sir??
THANKS SIR....🙏
Tq sir I understood
Sir im from non IT field degree bsc (mpcs) can i able to work in software, im interested in software field i have watched u r java coaching in 15 hrs and i have researchd some information through Wikipedia is there any necessary of taking coaching in java or else can i go to interviews plzzzz reply to me sir or how can i contact u (Im so depressed without a job ) and iam from small Village. i have skills but im not getting any opportunity to prove myself . And im from a lower middle class family even we dont have a proper house plzzzzzzz help me sir to settle down in my life, and i have two sisters my whole family depends upon me i dont know what to do now ( but i have a excellent communication skills) plzz help me sir plzzzzzzz and thanks for teaching a people like us who cannot take coaching by paying huge amount tq sir and my age is 23 . I got 9.5 in ssc,. 863 in mpc intermediate,. And 7.0 in my graduation, score doesnt matter and skills are more important and im a quick learner
Yes with this you can face interview but need to learn LIBRARIES which are application specific.
Write a program to remove two same adjacent letters like 'ee' in 'cheers' and print 'chrs'
sir, what about this?
It also gives the result without vowel, but in [ ]
word = input("write your letter here:- ")
vowel = "aeiouAEIOU"
result = [i for i in word if i not in vowel]
print("your word is here", result)