缺點:開發效率低,不能跨平臺
優勢:運行速度快。:c ,c++語言 等等。。。。php
優勢:開發效率高,能夠跨平臺。
缺點:運行速度慢 // 註釋 編譯型 和解釋行 速度 感官 感受不出來:python,php,等等。python
解決方式:
在文件的首行:- -encoding:utf --
python3:默認編碼方式utf -8c++
True //註釋真 False // 註釋 假ide
數字 :編碼
int 1 2 3 4
%取餘數code
type()ci
ret = 123
python(type(ret))
》》》 int類型開發
字符串字符串
str 。 python 當中凡是用引號( ' ' )引發來的都是字符串
可相加: 字符串的拼接
可相乘: str * intinput
name = input('請輸入你的名字') age = input('請輸入你的年齡') print('個人名字是'+name,'個人年齡'+age+'歲')
name = input('請輸入名字') age =input('請輸入年齡') if name == '小二': if age =='18': print(666) else: print(333) else: print('錯了。。。')
print('111') whlie true: print('咱們不同') print('癢') print('在人間') print('666')