Last active
July 12, 2020 09:49
-
-
Save rec/e8defbb792315f17e7df5b8dd8325bd3 to your computer and use it in GitHub Desktop.
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
@print_before3() | |
def mj1(a, b, c): | |
pass | |
@print_before3('OK') | |
def mj2(one, two, three): | |
pass | |
@print_before3 | |
def mj3(do, re, mi): | |
pass | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment