python

python邏輯運算符:

•數字運算符:html

•+ - * /   %python

git

•關係運算符:函數

•==   !=  <  >   >=   <=this

•賦值運算符:spa

•=  +=   -=                c -=a    c=c-a.net

•邏輯運算符:htm

•and   or  notutf-8

python的數據類型:

•Python只因此簡單,是由於賦值一個變量的時候,不須要是聲明這個變量的類型開發

•整型  int

•a = 10

•B = -20

•int(3.5)

•布爾類型  bool

•B = true

•b = false

•浮點型  float

•round(float, ndigits)

•Float表明的數字, ngigits表明的是精度

•大的規則是四捨六入

•在五的狀況上是有所不一樣

•http://www.runoob.com/w3cnote/python-round-func-note.html

•字符串  str

•在python中,註釋用#號標識,井號後面的內容都會被python解釋器忽略,也能夠在頭文件後面直接添加字符串,來解釋該項目或者改文件的做用或者解釋說明等。

•#!/usr/bin/env python

•# -*- coding:utf-8 -*-

•# @Time    : 2017/4/8 19:33

•# @Author  : lingxiangxiang

•# @File    : test.py

•''' this file is a test file.'''

•推薦你們在寫每一個功能,每一個函數,的時候,都須要註釋你所寫的功能是什麼,這樣給後期的開發節省和代碼重構有很大幫助。

相關文章
相關標籤/搜索