for variable in start value...End value{
//statement
}
When you want to assign such a character string to a variable and output it, I wrote it like this. ugly···.
The source code is easier to see here.
let string = """
Write the character string you want to put here.
Tab input becomes possible like this.
You can't write here."""It will be recognized if you call it after.
"""
Recommended Posts