Skip to content

Latest commit

 

History

History

P020

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Problem 020

Write a program which prints the written format of input numbers. 1 <= N <= 10

Persian Description

برنامه ای بنویسید که معادل نوشتاری عدد ورودی را با استفاده از دیکشنری چاپ کند. ورودی بین ۱ تا ۱۰

Sample Input/Output

Input:

1
3
7

Output:

One
Three
Seven