aayushi-droid / Python-Thunder

A curated list of Python applications
MIT License
86 stars 160 forks source link

Numbers to English #222

Closed TEMHITHORPHE closed 3 years ago

TEMHITHORPHE commented 3 years ago

Before jumping into Pr first comment for assign.All Problem from Edabit. Link is mandatory to add

Problem statement: `Problem statement: Make a function that encrypts a given input with these steps:Write a function that accepts a positive integer between 0 and 999 inclusive and returns a string representation of that integer written in English.:

Examples
num_to_eng(0) ➞ "zero"
num_to_eng(18) ➞ "eighteen"
num_to_eng(126) ➞ "one hundred twenty six"
num_to_eng(909) ➞ "nine hundred nine"
Notes
There are no hyphens used (e.g. "thirty five" not "thirty-five").
The word "and" is not used (e.g. "one hundred one" not "one hundred and one").

`

Problem Link : https://edabit.com/challenge/mZqMnS3FsL2MPyFMg

Problem Link:


Before submitting a PR please Check some details.Check Edabit for problem task

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github Good Luck,

TEMHITHORPHE commented 3 years ago

can i get assigned to this please ?

nootz1999 commented 3 years ago

can i do this?

Taneesha-creates commented 3 years ago

I'd like to work on this. Please assign it to me! Thanks in advance :)

TEMHITHORPHE commented 3 years ago

come on!! guys!.... you cant work on it if you aren't assigned to it yet ... the pull request will be rejected!! ... and besides ... i authored the issue and requested for it first ... it's a first come first serve thing guys ... the README says so ...

DevLokCodes commented 3 years ago

I would like to work on it. thanks in advance

aayushi-droid commented 3 years ago

247 PR merged