Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 374 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 374 Bytes

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