Alphabets Module by Aditya Shrivastava | FULL DOCUMENTATION

Alphabets Module is a module which will help you whenever you need a alphabet in form of list or one-liner strings. Made By Aditya Shrivastava Written in Python 3.8.0 INSTALLATION: This module is available at PyPi. Install Using pip View Alphabets Module Here pip install alphabets DOCUMENTAION: *Tip - After Importing The Module, Use help(alphabets) to access the in-module documentation alphabets.small() = Returns a list of alphabets in small ['a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z'] alphabets.smallOneLine = Returns small alphabets in single line "abcdefghijklmnopqrstuvwxyz" alphabets.capital() = Returns a list of alphabets in CAPITAL ['A','B','C','D','E','F...