Python 学习笔记01
生活随笔
收集整理的這篇文章主要介紹了
Python 学习笔记01
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
?
- print:直接輸出
- type,求類型
- 數據類型:字符串,整型,浮點型,Bool型
?
?
note01.py
# python learning note 01 ? print('Hello world!') ? a = 10 print a print type(a) ? a = 1.3 print a,type(a) ? ? a = True print type(a) |
轉載于:https://www.cnblogs.com/pengzhen/p/4704555.html
總結
以上是生活随笔為你收集整理的Python 学习笔记01的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 28号,雪梨机器人还有吗,是29号的前一
- 下一篇: BZOJ 3585: mex( 离线 +