質問編集履歴

9

コード入力

2019/08/10 23:13

投稿

NealStallone
NealStallone

スコア3

test CHANGED
File without changes
test CHANGED
@@ -50,6 +50,8 @@
50
50
 
51
51
 
52
52
 
53
+ ```ここに言語を入力
54
+
53
55
  _1|....def add_fo(func):
54
56
 
55
57
  _2|........def wrapper(*args, **kwargs):
@@ -78,6 +80,8 @@
78
80
 
79
81
  14|....print(a)
80
82
 
83
+ ```
84
+
81
85
 
82
86
 
83
87
 

8

体裁修正

2019/08/10 23:13

投稿

NealStallone
NealStallone

スコア3

test CHANGED
File without changes
test CHANGED
@@ -50,7 +50,7 @@
50
50
 
51
51
 
52
52
 
53
- _1|....def add_fo(func):
53
+ _1|....def add_fo(func):
54
54
 
55
55
  _2|........def wrapper(*args, **kwargs):
56
56
 
@@ -76,7 +76,9 @@
76
76
 
77
77
  13|....a = add_suuji(18, 81)
78
78
 
79
- 14|....print(a)
79
+ 14|....print(a)
80
+
81
+
80
82
 
81
83
 
82
84
 

7

体裁修正

2019/08/10 23:10

投稿

NealStallone
NealStallone

スコア3

test CHANGED
File without changes
test CHANGED
@@ -50,35 +50,33 @@
50
50
 
51
51
 
52
52
 
53
- _1|....def add_fo(func):
53
+ _1|....def add_fo(func):
54
54
 
55
- _2|........def wrapper(*args, **kwargs): #
55
+ _2|........def wrapper(*args, **kwargs):
56
56
 
57
- _3|............print('----- START -----') #
57
+ _3|............print('----- START -----')
58
58
 
59
- _4|............result = func(*args, **kwargs)
59
+ _4|............result = func(*args, **kwargs)
60
60
 
61
- _5|............print('----- END -----')
61
+ _5|............print('----- END -----')
62
62
 
63
- _6|............return result
63
+ _6|............return result
64
64
 
65
- _7|........return wrapper
65
+ _7|........return wrapper
66
66
 
67
- _8|
67
+ _8|
68
68
 
69
- _9|....@add_fo
69
+ _9|....@add_fo
70
70
 
71
- 10|....def add_suuji(x, y):
71
+ 10|....def add_suuji(x, y):
72
72
 
73
- 11|........return x + y
73
+ 11|........return x + y
74
74
 
75
- 12|
75
+ 12|
76
76
 
77
- 13|....a = add_suuji(18, 81)
77
+ 13|....a = add_suuji(18, 81)
78
78
 
79
- 14|....print(a)
79
+ 14|....print(a)
80
-
81
-
82
80
 
83
81
 
84
82
 

6

誤字訂正

2019/08/10 23:04

投稿

NealStallone
NealStallone

スコア3

test CHANGED
File without changes
test CHANGED
@@ -52,7 +52,7 @@
52
52
 
53
53
  _1|....def add_fo(func):
54
54
 
55
- _2|........def wrapper(*args, **kwargs):
55
+ _2|........def wrapper(*args, **kwargs): #
56
56
 
57
57
  _3|............print('----- START -----') #
58
58
 

5

体裁編集

2019/08/10 23:01

投稿

NealStallone
NealStallone

スコア3

test CHANGED
File without changes
test CHANGED
@@ -54,7 +54,7 @@
54
54
 
55
55
  _2|........def wrapper(*args, **kwargs):
56
56
 
57
- _3|............print('----- START -----')
57
+ _3|............print('----- START -----') #
58
58
 
59
59
  _4|............result = func(*args, **kwargs)
60
60
 

4

字下げがうまく出来ません

2019/08/10 22:56

投稿

NealStallone
NealStallone

スコア3

test CHANGED
File without changes
test CHANGED
@@ -54,11 +54,11 @@
54
54
 
55
55
  _2|........def wrapper(*args, **kwargs):
56
56
 
57
- _3|............print('----- START -----')   
57
+ _3|............print('----- START -----')
58
58
 
59
- _4|............result = func(*args, **kwargs)
59
+ _4|............result = func(*args, **kwargs)
60
60
 
61
- _5|............print('----- END -----')
61
+ _5|............print('----- END -----')
62
62
 
63
63
  _6|............return result
64
64
 
@@ -68,15 +68,17 @@
68
68
 
69
69
  _9|....@add_fo
70
70
 
71
- 10|....def add_suuji(x, y):
71
+ 10|....def add_suuji(x, y):
72
72
 
73
- 11|........return x + y
73
+ 11|........return x + y
74
74
 
75
75
  12|
76
76
 
77
- 13|....a = add_suuji(18, 81)
77
+ 13|....a = add_suuji(18, 81)
78
78
 
79
79
  14|....print(a)
80
+
81
+
80
82
 
81
83
 
82
84
 

3

字下げ構成

2019/08/10 22:51

投稿

NealStallone
NealStallone

スコア3

test CHANGED
File without changes
test CHANGED
@@ -54,7 +54,7 @@
54
54
 
55
55
  _2|........def wrapper(*args, **kwargs):
56
56
 
57
- _3|............print('----- START -----')
57
+ _3|............print('----- START -----')   
58
58
 
59
59
  _4|............result = func(*args, **kwargs)
60
60
 

2

字下げ構成

2019/08/10 22:49

投稿

NealStallone
NealStallone

スコア3

test CHANGED
File without changes
test CHANGED
@@ -60,9 +60,9 @@
60
60
 
61
61
  _5|............print('----- END -----')
62
62
 
63
- _6|............return result
63
+ _6|............return result
64
64
 
65
- _7|........return wrapper
65
+ _7|........return wrapper
66
66
 
67
67
  _8|
68
68
 

1

誤字削除

2019/08/10 22:48

投稿

NealStallone
NealStallone

スコア3

test CHANGED
File without changes
test CHANGED
@@ -78,8 +78,6 @@
78
78
 
79
79
  14|....print(a)
80
80
 
81
- 通報する
82
-
83
81
 
84
82
 
85
83
  ### 試したこと