print("how are you")
print("do you want to print this statement in hindi or assamese")
var3 = input("Enter a operator from these == + , - , * , / \n")
var1=hindi
var2=assamese
operator = input('Which operator do you want to use?: ')
if opertor=='hindi':
print("kese ho")
if operator =='assamese':
print("kenekowa tummy")
OUTPUT.......
how are you
do you want to print this statement in hindi or assamese
Enter a operator from these == + , - , * , /
+