Skip to content

anajuradocrespo/python-String

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-String

This program takes a string and inserts in it an element separating the string in groups of a given number of characters

Default: Takes an integer and return a string representation of that integer with commas separating groups of 3 digits It uses InputInteger to make sure that the input from the user is an integer number. Example: 1234567 -> 1,234,567

Extended: Takes a string and return the string separating the characters by an element in groups

About

Inserts an element in a string dividing it in groups of x. Example: 1234567 -> 1,234,567

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages