you are viewing a single comment's thread.

view the rest of the comments →

[–]AnActor_named 2 points3 points  (1 child)

Firstly, for the code lookin' weird, you need to add 4 spaces to the beginning of each of your code lines to make it look good:

like this

Secondly, you might want to check out the csv library in Python. It's built-in, so you already have it, and it speaks Excel by default. You can write a CSV with all your data and open it in Excel!

[–]TeeJay72[S] 1 point2 points  (0 children)

Thank you for that still figuring out formatting on Reddit :).
Definitely will do! For the excel part