4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
class TextIOWrapper():
|
|
def __next__(self):
|
|
return 'hacked io return'
|