This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import functools | |
def kamekoopa(f): | |
@functools.wraps(f) | |
def call(*args, **argd): | |
# upd-sta H.Iwata セミコロンを削除 | |
# print("完全にマスター"); | |
print("完全にマスター") | |
# upd-end H.Iwata セミコロンを削除 |