1. ホーム
  2. パイソン

(python3 TypeError: cannot concatenate 'str' and 'int' objects) コードエラー

2022-02-25 22:19:35

(python3 TypeError: cannot concatenate 'str' and 'int' objects)

変じゃないですか?

さらに考えてみましょう、プリント出力の前には 文字列の組み合わせ に続いて リスト (python)では、シンプルに、別々に書きましょう。

使用方法 カンマ このようにスプライスします。

my_foods = ['pizza','falafel','carrot cake','123','first']
# Print the first three slices
print("The first three items in the list are:",my_foods[:3])

さて、これでおしまいです。

文字列のスプライスの方法(メソッド)は、実際にはもっとたくさんあるので、初心者は、これはよくある間違いです(私たちJava学者にとって^_^)。