top of page

Harish Translate code

'''Harish Translate'''

English_sentances=English.split('.')

Tamil_sentances=Tamil.split('.')

Totranslate='Hi how are you'

Answer=''

flag=0

for i in range(len(English_sentances)):

if(flag==0):

if(Totranslate==English_sentances[i]):

Answer=Tamil_sentances[i]

flag=1

else:

Answer='Not there'

print(Answer)

 
 
 

Recent Posts

See All
Part of cd player and tape recorder story

[4/16, 6:28 AM] Harish Exinc: Not servicing the 7000 re cd music player was the biggest mistake elders can record and sell instead of selling device [4/16, 6:36 AM] Harish Exinc: https://amzn.in/d/079

 
 
 

Comments


bottom of page