Skip to content

trautslol/emn_git_exo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Roman numerals kata

The Roman numerals kata attempts to create a conversion mechanism from integers to a Roman representation (a string):

  1. 1, 2 and 3 become I, II and III respectively.
  2. 5 and 10 become V and X respectively.
  3. 6 become VI, as symbols are additive.
  4. 4 becomes IV, as symbols are used subtractively (in this case subtracting 1 from 5) to avoid repeating a symbol more than three times in a row.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%