python基礎知識代碼實例實踐

1 --- 2 ** 3 2 3 ---True and True 4 True or False 5 not True 6 7 ---python is a smart language 8 5 / 2 == 5.0 / 2.0 //False 9 5 * 2 == 5.0 * 2.0 // True 10 11 ---python is store valu
相關文章
相關標籤/搜索