PythonPython 入門學習文件 Python 資料型態(數字篇) by yenchialu 16 1 月, 2021 數字類型的資料型態有三種 int 整數 float 浮點數(含有小數點) complex 複數(含有虛數項) Continue Reading 16 1 月, 2021 0 comments 0 FacebookTwitterEmail
PythonPython 入門學習文件 python 資料型態(概念介紹篇) by yenchialu 9 1 月, 2021 9 1 月, 2021 變量可以存儲不同類型的數據,包含字串、數值、矩陣序列、字典、布林值等。 Read more
PythonPython 入門學習文件 Python 基本語法 by yenchialu 2 1 月, 2021 2 1 月, 2021 本文將介紹Python的四個最基礎的語法,分別是打印(print)、基礎計算、變數賦值與註釋(c … Read more