質問編集履歴
1
見出し訂正
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
Pythonで
|
1
|
+
Pythonでのタプルの展開
|
body
CHANGED
@@ -1,5 +1,4 @@
|
|
1
1
|
```Python
|
2
|
-
#デコレーター
|
3
2
|
|
4
3
|
def print_info(func):
|
5
4
|
def wrapper(*args, **kwargs):
|