Emily Hannigan
Emily Hannigan
Just got an answer in another thread: https://github.com/yuanming-hu/difftaichi/issues/28#issuecomment-646872688
Turns out onelinerizing is great for obfuscating autograders to pass out to students for virtual classes. We were using it last year, but this year we are switching all of...
Got the errors down to 32/113 (compared to 113/113 yesterday) by fixing the lowest hanging fruit. - print statements - from io import StringIO, ByteIO - reduce -> functools.reduce (although...