google colaboratoryでlen関数を実行すると、TypeErrorが起こるのですがなぜなのでしょうか。
TypeError: 'float' object is not callable
python
1text = ["google", "colaboratory"] 2print(len(text)) 3 4TypeError: 'float' object is not callable

回答1件
あなたの回答
tips
プレビュー
投稿2019/06/08 12:33
編集2019/06/08 12:34google colaboratoryでlen関数を実行すると、TypeErrorが起こるのですがなぜなのでしょうか。
TypeError: 'float' object is not callable
python
1text = ["google", "colaboratory"] 2print(len(text)) 3 4TypeError: 'float' object is not callable
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/06/08 13:10