I'm trying to make a yahtzee, and I have problem with my printing, I need to get what I'm supposed to print into nice looking columns: I want it to look something like this:
Name Joakim Anders
Bonus 0 0
Ones 0 0
Twos 1 1
Is there a way to make it look like this (with nice columns)? I found another thread about this but it was pretty old and I'm using python3 currently.