-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
http://markshao.github.io/about/
12345678#!/usr/bin/env python#!coding: utf8class AboutMe(object): def init(self): self.employer = u"依图科技" self.position = u"产品经理" self.interests = [u"篮球", u"阅读", u"旅行"]