RE: You probably won't agree
April 9, 2010 at 6:04 pm
(This post was last modified: April 9, 2010 at 6:04 pm by Autumnlicious.)
Code:
class AFReply(forumReply):
def __init__(self):
print("Really?")
if __name__ == "__main__":
thisReply=AFReply()