user100DaysOfCode
CommunityDevTermsResources|Login

Loading

Python Roadmap

Day 2: Variables

Create the following variables of different types and print them.
  • name: String
  • age: Integer
  • height: Floating-point number
  • is_student: Boolean
  • email: None (representing a null value)
  • siblings: List
  • address: Dictionary containing street and city


Reading List:
1. Learn the terms: initialization, declaration and assignment of variables
2. Learn the difference between Dynamically typed and Statically typed variables

<Prev|Next>

Learning Resources |View Complete Plan

Day 2 - Variables

Create the following variables of different types and print them.
  • name: String
  • age: Integer
  • height: Floating-point number
  • is_student: Boolean
  • email: None (representing a null value)
  • siblings: List
  • address: Dictionary containing street and city


Reading List:
1. Learn the terms: initialization, declaration and assignment of variables
2. Learn the difference between Dynamically typed and Statically typed variables

Basic Syntax and Concepts
<Prev|Next>

Learning Resources |View Complete Plan

      Sponsor Us|Community|Blog|YoutubeCareersContact UsDisclaimerPrivacy PolicyTerms of Service
      Have Feedback or want to contribute? Email: hello[@]100DaysOfCode.io
      100DaysOfCode@2024