質問編集履歴

3

質問内容の修正

2020/06/02 15:36

投稿

Beginner_Boy
Beginner_Boy

スコア4

test CHANGED
File without changes
test CHANGED
@@ -8,15 +8,23 @@
8
8
 
9
9
  ターミナルでtype **evaluation.txt**を実装中に以下のエラーメッセージが発生しました。
10
10
 
11
- また、試し方が分からなかったので予想になりますが、これが起きてるのって
11
+ 参考書だと
12
12
 
13
13
  ```
14
14
 
15
+ user_name@MacBook-Pro yasashiipython % type evaluation.txt
16
+
15
- text = '[{}] total: {}, evaluation: {}\n'.format(student_name, total, evaluation)
17
+ [Takanori_Suzuki] total: 269, evaluation: Excellent!
18
+
19
+ [Takayuki_Shimizukiwa] total: 256, evaluation: Excellent!
20
+
21
+ [Mitsuki_Sugiya] total: 231, evaluation: Good!
16
22
 
17
23
  ```
18
24
 
25
+ となるはずだったのです。
26
+
19
- formatメソッド中のstudent_name, total, evaluationがstr型ではないから{}に入れるとエラーが起きてるのこの様状態になってしょか?
27
+ これはPythonエラーでく、使ってるMacの問題だそです。
20
28
 
21
29
  ### 発生している問題・エラーメッセージ
22
30
 
@@ -188,4 +196,4 @@
188
196
 
189
197
 
190
198
 
191
- Python3.8.3/Atom/Kite
199
+ Python3.8.3/Atom/Kite/macOS Catalina

2

質問内容の追加

2020/06/02 15:36

投稿

Beginner_Boy
Beginner_Boy

スコア4

test CHANGED
File without changes
test CHANGED
@@ -8,9 +8,15 @@
8
8
 
9
9
  ターミナルでtype **evaluation.txt**を実装中に以下のエラーメッセージが発生しました。
10
10
 
11
- また、typeて型を調べるに使うと思うのですが、なぜ参考書ではターミナルでこの関数使たか教え欲しいです。
11
+ また、試し方が分からなかので予想になりますが、これが起きてるのって
12
12
 
13
+ ```
13
14
 
15
+ text = '[{}] total: {}, evaluation: {}\n'.format(student_name, total, evaluation)
16
+
17
+ ```
18
+
19
+ formatメソッド中のstudent_name, total, evaluationがstr型ではないから{}に入れるとエラーが起きてるのでこの様な状態になっているしょうか?
14
20
 
15
21
  ### 発生している問題・エラーメッセージ
16
22
 

1

エラーメッセージの修正

2020/06/02 15:23

投稿

Beginner_Boy
Beginner_Boy

スコア4

test CHANGED
File without changes
test CHANGED
@@ -17,6 +17,8 @@
17
17
 
18
18
 
19
19
  ```
20
+
21
+ user_name@MacBook-Pro yasashiipython % type evaluation.txt
20
22
 
21
23
  evaluation.txt not found
22
24