質問編集履歴

1

.

2021/06/30 07:32

投稿

kai_f
kai_f

スコア16

test CHANGED
File without changes
test CHANGED
@@ -4,13 +4,13 @@
4
4
 
5
5
 
6
6
 
7
- '''python
7
+ ```python
8
8
 
9
9
  TEST = relativedelta(data['now_date'][0] , data['start_date'][0])
10
10
 
11
11
  TEST
12
12
 
13
- '''
13
+ ```
14
14
 
15
15
  の実行結果が
16
16
 
@@ -20,13 +20,13 @@
20
20
 
21
21
 
22
22
 
23
- '''python
23
+ ```python
24
24
 
25
25
  data['period'][0] = int(TEST.years*12 + TEST.months)
26
26
 
27
27
  data['period'][0]
28
28
 
29
- '''
29
+ ```
30
30
 
31
31
  の実行結果が
32
32