Python Nuggets – Reversing Strings in Python
There are many ways to reverse a String in Python... (more…)
Read more »In previous posts, I only used strings and booleans. In this one, I use a new data type called “int” (for integer) that allows the storage and computation of natural numbers (numbers without a decimal part). I use them to … Continue reading →… Read more