質問編集履歴

1

print文追加

2019/01/31 13:01

投稿

teefpc
teefpc

スコア111

test CHANGED
File without changes
test CHANGED
@@ -7,6 +7,8 @@
7
7
  i = 12345
8
8
 
9
9
  def f(self):
10
+
11
+ print("hello world")
10
12
 
11
13
  ```
12
14