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