We found the following articles

  • LANGUAGE

  • TOPICS

  • LEVELS

  • RESOURCE TYPE

Crash Course
  • How to use print() function
  • What a comment is and how to add it
  • Difference between inline comments and block comments
Crash Course
  • The definitions of the variables and data types
  • The relationships between the variable and data type
  • Arithmetic operations
Crash Course
  • What are data structures?
  • Basic data structures: Lists, tuples, dictionaries, and sets
  • How to define each data structure
  • The features of each data structure
Crash Course
  • print() 関数の使い方
  • コメントとは、そしてどのようにして使うか
  • インラインコメントとブロックコメントの違い
Crash Course
  • 変数とデータタイプの定義
  • 変数とデータタイプの関係
  • 算術演算
Crash Course
  • データ構造とは
  • 基本的なデータ構造: リスト、タプル、辞書、セット
  • 各データ構造を定義する方法
  • 各データ構造の特徴
Crash Course
  • What a list slicing is
  • How to use the list slicing
  • How to handle nested lists
Crash Course
  • リストスライシングとは何か
  • リストスライシングの使い方
  • ネストされたリストの使い方
Crash Course
  • The conditional statements: `if`, `elif`, `else`.
  • How to create loops.
  • How to select between the `for` loops and the `while` loops.
Crash Course
  • 条件文: `if`, `elif`, `else`.
  • ループの作り方
  • `for` ループと `while` ループのどちらを使うか