Computer Science, asked by NamrataLal60701, 6 months ago

s='Tibet will be free soon'
length=len(s)
mlength=0
msub=''
sub=''
len sub=0
for a in range(length):
if s[a] in 'aeiou' or s[a] in 'AEIOU':
if lensub>mlength:
msub=sub
mlength=lensub
sub=''
lensub=0
else:
sub+=s[a]
lensub=len(sub)
print(msub)
print(mlength)

Answers

Answered by Nirnay488
2

Answer:

In France under the Old Regime, the Estates General or States-General was a legislative and consultative assembly of the different classes of French subjects. It had a separate assembly for each of the three estates, which were called and dismissed by the king.

Similar questions