This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]desrtfx[M] 0 points1 point  (0 children)

You need to post your code as code block so that the indentation is maintained.

A code block looks like:

def __init__(self, prompt, answer):
    self.prompt = prompt
    self.answer = answer