每日一句 ( 2025115 )  

Problems are not stop signs; they are guidelines.

問題的出現(xiàn)不是讓你止步,而是給你指路。———— Robert Schuller

學(xué)習(xí)Python基礎(chǔ)入門篇一

可能之后會(huì)用到python做一些東西,所以最近開始瘋學(xué)python。以下是最近學(xué)得的一點(diǎn)兒python的語法基礎(chǔ),以鞏固。 環(huán)境python3.2 IDE python shell: >>>#使用print()函數(shù)打印 這類似php的print()函數(shù),不過在這里print后面必須帶括號(hào)。 >>>print (“c is %s,e is %i” % (c,e)) #print里調(diào)用變量 >>>#input(“這里可以提示輸入內(nèi)容:”) >>>#一些例子中 常用 a = int(input(...