码迷,mamicode.com
首页 > 编程语言 > 详细

python 类

时间:2017-05-23 00:34:48      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:splay   class   student   blog   sed   open   静态   ide   gif   

创建一个类 以 class 开头  中间类名 以 :号结尾

例如

技术分享
class Student:
        pass
View Code

 

创建一个静态变量

技术分享
1 #-*- encoding:utf-8 -*-
2 class Student:
3         name=张三
View Code

 

python 类

标签:splay   class   student   blog   sed   open   静态   ide   gif   

原文地址:http://www.cnblogs.com/pxfb/p/6891995.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!