jlesca / books-titles

Categorization program, which assigns each book a special code based on its title.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Books Titles

Related

Here are some related projects

SoloLearn CODES


Create a categorization program, which assigns each book a special code based on its title.

The code is equal to the first letter of the book, followed by the number of characters in the title. For example, for the book "Harry Potter", the code would be: H12, as it contains 12 characters (including the space).

Code Books Titles

About

Categorization program, which assigns each book a special code based on its title.


Languages

Language:Python 100.0%