14 Oct
2022
14 Oct
'22
12:11 a.m.
class F: funcs = [repr, print, eval, str, int] words = ‘world house tree brush hello’.split(‘ ‘) F.funcs(1)(F.words[4], F.words[0])