質問編集履歴

1

code format変更

2018/07/09 06:01

投稿

leilei
leilei

スコア39

test CHANGED
File without changes
test CHANGED
@@ -4,11 +4,15 @@
4
4
 
5
5
  例えば、
6
6
 
7
- func(x):
7
+ ```Python
8
8
 
9
+ def func(x):
10
+
9
- x=100
11
+ x=100
10
12
 
11
13
 
14
+
15
+ ```
12
16
 
13
17
  があるとします。
14
18