J.Gaws

1
reputation
3
>>> def bio(self):
        print("Bio:, self, "is a Computer Science student,\nand a guitarist.")

>>> bio(J.Gaws)
Bio: J.Gaws is a Computer Science student,
and a life long guitarist

What other kind of bio did you expect from a CompSci student?