100 Days of Python challenges
Day 2: Variables
Create the following variables of different types and print them.
Reading List:
1. Learn the terms: initialization, declaration and assignment of variables
2. Learn the difference between Dynamically typed and Statically typed variables
- 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
Day 2 - Variables
Create the following variables of different types and print them.
Reading List:
1. Learn the terms: initialization, declaration and assignment of variables
2. Learn the difference between Dynamically typed and Statically typed variables
- 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
Community|Blog|Youtube|Careers|Contact Us
Have Feedback or want to contribute? Email: hello[@]100DaysOfCode.io
100DaysOfCode@2024