17
neshta85
2 13 29
1478/ 1695
Алексей Нешта
Last seen 5 months ago
Member for 5 years, 5 months, 6 days
Difficulty Normal
Best reviews / Newest reviews
First-alexandrov.net
I think this is not the best solution. return 551 if number==1000 this decision is better FIRST_TEN = ["one", "two", "three", "four", "five", "six", "seven", "eight", "nine"] SECOND_TEN = ["ten", "eleven", "twelve", "thirteen", "fourteen", "fifteen", More
First-maksim_prost
good solution using ord() and join() More
First-chunshar
clean code. but this task can be solved in a single line using the join() More
Simple Regex-gileadslostson
clean code. One-line solution using join().good work! More