Closed PrathamGupta423 closed 8 months ago
"delimited" is not a standard word and can be translated to Hindi. So we can say something like
numbers ek string hai jismei 'zero' se 'nine' tak ke numbers hai jinko spaces se alag kiya hua hai. [and so on]
@AnirudhG07 this is a good instance for including in the few-shot examples.
from typing import List
def sort_numbers(numbers: str) -> str: """ Input ek space-delimited string hai jisme numbers 'zero' se 'nine' tak hote hai. Valid choices hai 'zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight' aur 'nine'. Chhote se bade tak numbers ko sort karke string return karo.
sort_numbers('three one five') 'one three five' """
For this function, my main.py translated it as this in Hinglish. @mrigankpawagi is this fine?
Feel free to close.
019 test is mostly english and english language based function. please suggest approch to translating this test.