get paid

Get paid for the tasks you do online

2019年9月7日 星期六

Python 教學--數字處理

基本運算

x=99 print(x) print(x + 1) # 加法 print(x - 1) # 減法: print(x * 2) # 乘法: print(x / 2) # 除法: print(x // 2) # 整數除法 print(x % 2) # 餘數: print(x ** 2) # 指數:

 位移

y=5 print (bin(y)) # y 的二進制 print(y<<1) print(bin(y<<1))

布林運算


print( x == y) print( x!= y) print(x > y)




1 則留言:

  1. Goyang Casino Hotel - Las Vegas
    Goyang Casino Hotel is the official name of https://febcasino.com/review/merit-casino/ the jancasino.com property for its gaming facilities in the resort goyangfc Las Vegas. The resort's gaming mens titanium wedding bands floor, casino, and gri-go.com spa are

    回覆刪除

ChartGPT 學 python 很強喔

 ChartGPT 最近很紅 ,  前一陣子有一些小 module  本來想 google  一下 語法 但發現用 chartGPT 直接請他給 sample code 反而較快 所以只要你有基本 知識 ChartGPT 可以加速你的開發 好用喔