xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡(jiǎn)介

神經(jīng)網(wǎng)絡(luò)

資源截圖

代碼片段和文件信息

#!/usr/bin/python
#??-*-?coding:utf-8?-*-


class?People:
????def?__init__(self?n?a?s):
????????self.name?=?n
????????self.age?=?a
????????self.__score?=?s
????????self.print_people()
????????#?self.__print_people()???#?私有函數(shù)的作用

????def?print_people(self):
????????str?=?u‘%s的年齡:%d,成績(jī)?yōu)椋?.2f‘?%?(self.name?self.age?self.__score)
????????print?str

????__print_people?=?print_people


class?Student(People):
????def?__init__(self?n?a?w):
????????People.__init__(self?n?a?w)
????????

評(píng)論

共有 條評(píng)論

相關(guān)資源