Don't do this: def hi(): print(‘hello’) def fraud(): print(‘bye’) hi.__code__ = fraud.__code__ hi() .... bye #Python
0
0
0
0
0