python基礎(上)-常見的基礎操做

python print('hello,world') hello,world print(10 ** (1 / 3)) 2.154434690031884 import math math.floor(9.1) 9 import math math.ceil(9.1) 10 加強的格式化字符串函數 format apple_price = 15 grape_price = 25 "蘋果的花費:{
相關文章
相關標籤/搜索