[Newbie Bites] #48. String Module

Опубликовано: 18 Октябрь 2024
на канале: Pybites
50
7

In this Bite you'll practice writing another list comprehension (a robust tool for creating lists from other iterables and one of our favorite Python features!)

But we'll add another concept to the mix: the string module, which provides a series of string constants that can be useful in various string manipulation tasks.

Exercise link: https://codechalleng.es/bites/545/newbie