News

To convert a list of strings to integers, you can call map(int, string_list), where map() is the builtin python function that applies int() function to every member of the input list string_list.
cti.example() takes nothing; will show the basic functions you can do cti.single() takes a string of one character; will return an integer cti.multi() takes a string of any amount and a boolean; will ...