intzintz

Results 1 issues of intzintz

I have this (minimal) text.snippet file: ``` priority 1000 global !p def create_matrix(snip): rows = snip.buffer[snip.line].split('*')[0] cols = snip.buffer[snip.line].split('*')[1] int_val = lambda string: int(''.join(s for s in string if s.isdigit()))...