Post

PythonPython

T
Tom 234

Posted on 26th April 2024|35 views

0
votes

Python Alphabet List

How can we make a list of the alphabet in Python?

Answers
P
Swetha Shetty

Posted on 26th April 2024

  • alphabet_string = string. Ascii_lowercase. This command will create the letters which are in lowercase. 
  • alphabet_list = list(alphabet_string) lowercase letters list will be created.
  • print(alphabet_list) this will print the list.

Write your answer

STILL GOT QUERIES?

Get a Live FREE Demo
  • Explore the trending and niche courses and learning maps
  • Learn about tuition fee, payment plans, and scholarships
  • Get access to webinars and self-paced learning videos