Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 91 Bytes

Python.md

File metadata and controls

10 lines (8 loc) · 91 Bytes

一切皆对象

// 对象都拥有三个属性
class obj:
	id,
	type,
	value