Grab list of ASCII alphabet letters in Python 🐍 #python #shorts

preview_player
Показать описание
In this Python video, I'll show you how to grab a list of ASCII characters using the built-in Python string library.
Рекомендации по теме
Комментарии
Автор

This is pretty helpful for things like password generators and encryptors because you don’t need to type out every letter on your keyboard.

It is more lines though and requires a library that wouldn’t be used for literally anything else

EarthItself