+ 7
if(country=="Tajikistan")
say hello from Tajikistan.
2 Respuestas
+ 6
string country, text="";
country=Console.ReadLine();
if(country=="Tajikistan")
text="Салом мардум!";
else
text="Visit Tajikistan";
Console.WriteLine(text);
+ 3
country = input()
while(True)
if(country = "Britain"):
print("RULE BRITANNIA")
else:
print("How hath thou escapéd mine King's empire?")
break
😎🇬🇧