关键字:

and

or

not

del

import导入

from import的来源

whilewhile循环

for for循环

if elif else条件结构

break

continue

global声明全局变量

with as

assert断言

pass表示这是空块,eg,创建一个没有内容的类

try异常处理

except

catch

yield

finally

break

print打印

class

exec

in遍历用,for循环或列表

raise 引发一个异常

is判断两个对象是否相等

return函数返回值

def定义函数

lambdalamda表达式

运算符:

** Exponentiation (raise to the power)
~ + - Complement, unary plus and minus (method names for the last two are +@ and -@)
* / % // Multiply, divide, modulo and floor division
+ - Addition and subtraction
>> << Right and left bitwise shift
& Bitwise 'AND'
^ | Bitwise exclusive OR' and regularOR'
<= < > >= Comparison operators
<> == != Equality operators
= %= /= //= -= += *= **= Assignment operators
is is not Identity operators
in not in Membership operators
not or and Logical operators

最新文章

  1. Orcale 数据库客户端PL/SQL中文乱码的问题
  2. 一行实现QQ群组头像,微信群组,圆角等效果. 并支持url直接加载图片
  3. 使用FIO对SATA、SSD和PCIe Flash进行测试
  4. codeforces 505A. Mr. Kitayuta&#39;s Gift 解题报告
  5. nop 添加字段
  6. Android开源框架ImageLoader的完美例子
  7. SOA之(3)——面向服务计算基础
  8. spring security的标签库
  9. mysql学习链接
  10. 如何用angularjs制作一个完整的表格之二__表格分页功能
  11. Sybase常用函数
  12. Windows移动开发(一)——登堂入室
  13. Git批量删除
  14. 访问mysql出现“Access denied for user root@localhost”(using password:NO)解决方案
  15. ios zxing扫码问题
  16. Docker for Windows 使用 VMware WorkStation
  17. MongoDB学习(查找文档和其他数据查找操作)
  18. js过滤html标签
  19. Android 屏幕适配插件 ScreenMatch
  20. C#反射の一个泛型反射实现的网络请求框架

热门文章

  1. 阿里巴巴笔试整理系列 Session2 中级篇
  2. Win7 电脑设置临时网络,无法加入网络;internet禁止网络共享
  3. Android 手机卫士2--home页面
  4. C#之第五单元的项目打印购物单
  5. java内存模型-重排序
  6. easyUI 后台经典框架DEMO下载
  7. JavaScript——99乘法表
  8. JavaScript学习笔记-面向对象的模块化编程
  9. Telerik JustDecompile 2014.1.255.0 开发版(.NET反编译神器,免费下载)
  10. Linux下EclipseCDT工程和TFS的持续集成CI实践