[PYTHON] Generate a list of consecutive characters

['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q'] When you want a list of characters up to the specified character l = [chr(s) for s in range(ord("a"), ord("q")+1)]

It's a little annoying in Japanese l = [unichr (s) for s in range (ord (u" so "), ord (u" nu ") +1)] with this [That's what I'm doing] You can get a list like this. However, I can't find a good way to get only the voiced sound or the one without the yoon.

Recommended Posts

Generate a list of consecutive characters
Group by consecutive elements of a list in Python
[Command] Command to get a list of files containing double-byte characters
Display a list of alphabets in Python 3
[python] Get a list of instance variables
String conversion of a list containing numbers
[Python] Get a list of folders only
[python] Create a list of various character types
Display output of a list of floating point numbers
Make a copy of the list in Python
Get a list of IAM users with Boto3
Get a list of Qiita likes by scraping
[Linux] A list of Linux commands that beginners should know
List of python modules
A list of stumbling blocks in Django's image upload
Generate a guy like two masters of a certain program
Copy of multiple List
How to identify the element with the smallest number of characters in a Python list?
Add a list of numpy library functions little by little --a
Generate a vertical image of a novel from text data
How to write a list / dictionary type of Python3
Make a note of the list of basic Pandas usage
List of activation functions (2020)
A script that outputs a list of SoftLayer portal users
Depth of nested list
Generate that shape of the bottom of a PET bottle
Python: Get a list of methods for an object
Display of fractions (list)
Display a list of frequently used commands on Zsh
[Python] Randomly generate a large number of English names
Add a list of numpy library functions little by little --- b
[Python] How to make a list of character strings character by character
How to shuffle a part of a Python list (at random.shuffle)
Add a list of numpy library functions little by little --c
Get the number of specific elements in a python list
Since Python 1.5 of Discord, I can't get a list of members
CLI tool that just outputs a list of prefectures quickly
How to display a list of installable versions with pyenv
How to get a list of built-in exceptions in python
Extract the value of dict or list as a string
How to get a list of links from a page from wikipedia
How to connect the contents of a list into a string
Summary of Python3 list operations
A simple sample of pivot_table.
A memorandum of kernel compilation
Randomly generate a complete permutation
Operation of filter (None, list)
A small memorandum of openpyxl
List of nodes in diagrams
List of self-made Docker images
Python list is not a list
[Python] Copy of multidimensional list
List of useful coding styles
A brief summary of Linux
A memorandum of using eigen3
Try to get a list of breaking news threads in Python.
If you give a list with the default argument of the function ...
I tried to create a list of prime numbers with python
I tried to get a list of AMI Names using Boto3
Dig the directory and create a list of directory paths + file names
Introduction of ls command lsix that can display a list of images