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

Python基础知识

时间:2018-05-26 16:37:05      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:字符   strong   break   try   规则   就是   def   str   global   

万年第一步

  print(‘hello world‘)

变量

变量的作用:   就是,存储任何类型的数据和内容,就是方便以后再用的时候调用

变量定义的规则:

      • 变量名只能是 字母、数字或下划线的任意组合
      • 变量名的第一个字符不能是数字
      • 以下关键字不能声明为变量名
        [‘and‘, ‘as‘, ‘assert‘, ‘break‘, ‘class‘, ‘continue‘, ‘def‘, ‘del‘, ‘elif‘, ‘else‘, ‘except‘, ‘exec‘, ‘finally‘, ‘for‘, ‘from‘, ‘global‘, ‘if‘, ‘import‘, ‘in‘, ‘is‘, ‘lambda‘, ‘not‘, ‘or‘, ‘pass‘, ‘print‘, ‘raise‘, ‘return‘, ‘try‘, ‘while‘, ‘with‘, ‘yield‘]

Python基础知识

标签:字符   strong   break   try   规则   就是   def   str   global   

原文地址:https://www.cnblogs.com/kangjunhao/p/9093098.html

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