From Python’s official documentation: “A profile is a set of statistics that describes how often and for…
Read MoreTag: python
Map a string in Python with enumerate
python quick-tipProblem: create a map of the letters and indices in a string. My first approach was…
Read MoreHello world!
housekeepingUPDATE: At the time this post was published the blog’s name was print(f'{greeting}’) What does…
Read More