回答編集履歴

1

修正

2020/01/28 04:26

投稿

technocore
technocore

スコア7238

test CHANGED
@@ -4,6 +4,6 @@
4
4
 
5
5
 
6
6
 
7
- print("インストール先は c:¥¥code¥¥python¥¥bin です")
7
+ print( "インストール先は c:¥¥code¥¥python¥¥bin です" )
8
8
 
9
- print(r"インストール先は c:¥code¥python¥bin です")
9
+ print( r"インストール先は c:¥code¥python¥bin です" )