三重引用符を使用して大きなコメントを指定しようとしていますが、次のような新しいエラーが表示されます
SyntaxError: 2 行目の無効な文字列 (Unicode 文字が含まれている可能性があります)
これがコードです。
"""
Write a program that asks the user how many names they have.
(If they have a first name, two middle names, and a last
name, for example, they would type 4.) Then, using a for
loop, ask the user for each of their names. Finally, print
their full name.
"""
私が問題を抱えている三重引用符は、一番上にあるものです。
その情報が邪魔にならないので、私の質問は「Pythonによると、三重引用符はユニコード文字ですか?」です。
これが繰り返しの投稿である場合は、自由に移動してください。