MaltheMM

Results 3 issues of MaltheMM

You don't show the % (modulus) operator at the top in the beginning but you show it in the interpreter in the division section. But you don't say what it...

I changed ``` num_cols = 6 num_pinky_columns = 2 ``` to ``` num_cols = 5 num_pinky_columns = 1 ``` and ``` elif is_pinky(col): return [1.0, -14.5, 5.0] ``` to ```...

I've done my best to install on ArcoLinux (arch) I went through the install script for debian and converted all commands that didn't for me and located the proper places...