+ 4
Challange :- Anti-Enumerate
You guessed correct ! this challenge is all about converting any Integers in words format just like 1 :one 67 :sixty seven 234 : two hundred thirty four 7654 : seven thousand six hundred fifty four It's really fun making this code. let's add some semi-challanges in between, 1. try to keep your approach straight and short 2. try to generate code for largest integer possible to convert. here i attached my Python code for 1 to 9999. So guys, let's start....!!! https://code.sololearn.com/c8GPKfWB3LN5/?ref=app
4 ответов
+ 12
i will also make a code on that //small one
//many ppl are posting this challenge 😃😃😃 & ppl are using their old codes again & again
+ 9
here is my old one
https://code.sololearn.com/c4Wpkowl2m87/?ref=app
+ 7
Here's my old one, but I'm still lazy to finish it and reduce its length 😑😑
https://code.sololearn.com/cADXEvmKb5gr/?ref=app
+ 1
https://code.sololearn.com/c621gE768Bvf/?ref=app