最后活跃于 1718111211

kristofer's Avatar kristofer 修订了这个 Gist 1718111211. 跳至此修订

1 file changed, 10 insertions

PyObjects.py(file created)

@@ -0,0 +1,10 @@
1 + print("1 Hello World!")
2 +
3 + class HelloWorld:
4 + def main(self):
5 + print("2 Hello World!")
6 +
7 + obj = HelloWorld()
8 + obj.main()
9 +
10 + # What do you MEAN Python is an Object Oriented Language?
更新 更早