ResistanceTo

Results 3 comments of ResistanceTo

`sudo apt-get install python-dev default-libmysqlclient-dev` 之后在pip就可以了

this my code ``` class FirstClass(object): def __init__(self): self.string = '' def getString(self, string): self.string = string def printString(self): print(self.string) test = FirstClass() test.getString('hello world') test.printString() ```

Hi! Thanks for reaching out and including me in this process. I agree to license my previous contributions to Azayaka under the GPLv3. Best regards, ResistanceTo