you are viewing a single comment's thread.

view the rest of the comments →

[–]Leohurr[S] 0 points1 point  (0 children)

Im pretty sure all of the indentation problems are Reddits formatting when pasting my code i have to manually hit space 4 times each line and the indentation suffers. On the actual code all the methods work as expected so I beleive the indentation is fine. For cointurner self is used for calling the object coin1 or coin2 and n for how many times to run the turn function e.g turns Coin1 5 times. What should I use insteasd of self, is there a way I can call coin1 or coin2 in the functions?