teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

追記

2019/12/05 12:36

投稿

hayataka2049
hayataka2049

スコア30939

answer CHANGED
@@ -2,4 +2,12 @@
2
2
 
3
3
  [組み込み型 — Python 3.8.0 ドキュメント](https://docs.python.org/ja/3/library/stdtypes.html#str.upper)
4
4
 
5
- `echo_word.upper()`のように使う必要があります。
5
+ `echo_word.upper()`のように使う必要があります。
6
+
7
+ ---
8
+
9
+ > make the string object echo_word upper case by applying the method .upper() on it.
10
+
11
+ `echo_word`をupper caseに変換しなさい、そいつの`.upper()`メソッドを使って。
12
+
13
+ って書いてありますね。