質問編集履歴
3
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
string_list = ["p!ytho!n","ta!sk","mis!sion","error!","b!i!g","prob!!lem","this!!"]
|
6
6
|
|
7
7
|
for st in string_list:
|
8
|
-
if "
|
8
|
+
if "!" in st:
|
9
9
|
break
|
10
10
|
else:
|
11
11
|
print(st.replace("!",""))
|
2
誤字
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
Python
|
1
|
+
Python 1単語だけ取り出せない
|
body
CHANGED
File without changes
|
1
誤字
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
一文字だけ取り出せない
|
1
|
+
Python 一文字だけ取り出せない
|
body
CHANGED
File without changes
|