式とデータ


式とデータ



数値演算 int, float, complex, oct, hex, round, divmod, sum, max, min
課題:ベクトル演算
《クラス版》
課題を作成する過程を通して「数値演算」の理解を深めます。
AttributeError, TypeError, IndentationError, sum, generator expressions
論理演算 bool, is, in, not, all, any
課題:真理値表
《クラス版》
課題を作成する過程を通して「論理演算/文字列処理」の理解を深めます。
True, False, and, or, ==, !=, &, |, ^
文字列処理 repr, str, format
課題:ASCII 表
《クラス版》
課題を作成する過程を通して「文字列処理」の理解を深めます。
chr, ord
オブジェクト object, None
  • SyntaxError, ZeroDivisionError

TOPUP〈式とデータ〉