epai

Results 12 comments of epai

@jathak any progress on this? (I can move this to the su17 if you'd like)

We can also use `textwrap.dedent` and `strip` to normalize indentation and spacing: ``` ok.grade(""" >>> code_var 5 """) ``` Or, if we want to get fancy, we could implement a...