質問編集履歴

1

def f() -> def f():

2021/07/18 07:14

投稿

i113
i113

スコア74

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
 
14
14
 
15
- def f()
15
+ def f():
16
16
 
17
17
  sum = g(1, 2, 3, 4)
18
18
 
@@ -66,7 +66,7 @@
66
66
 
67
67
 
68
68
 
69
- def f()
69
+ def f():
70
70
 
71
71
  sum = g(1, 2, 3, 4)
72
72