Python 1.1數字與字符基礎

一、 基礎數字操作        1.加減乘除以及內置函數: min(),  max(),  sum(),  abs(),  len()         math庫: math.pi math.e, math.sin math.sqrt math.pow()       # -*- coding:UTF-8 -*- import math, random a, b = 1, 100 # 整形
相關文章
相關標籤/搜索