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

python 基础 day01

时间:2018-03-07 18:54:14      阅读:201      评论:0      收藏:0      [点我收藏+]

标签:import   bre   day01   try   assert   赋值   from   col   img   

变量

1.变量声明

技术分享图片

 

变量定义的规则:

      • 变量名只能是 字母、数字或下划线的任意组合
      • 变量名的第一个字符不能是数字
      • 以下关键字不能声明为变量名
        [‘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‘]

2.变量的赋值

技术分享图片

 

python 基础 day01

标签:import   bre   day01   try   assert   赋值   from   col   img   

原文地址:https://www.cnblogs.com/cherrycui/p/8523897.html

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