2014年7月17日木曜日

開発環境

Learning Python (Mark Lutz (著)、Oreilly & Associates Inc)のPART Ⅱ.(Types and Operations)、Chapter 4.(Introducing Python Object Types)、Test Your Knowledge: Quiz 2.を解いてみる。

その他参考書籍

Test Your Knowledge: Quiz 2.

次のdata types

  • int(number)
  • float(number)
  • list
  • dictionary
  • tuple
  • set
  • string
  • file
はPythonで最初から使える型だから、"core" data typesと呼ばれる。

0 コメント:

コメントを投稿