Description
Python programming: 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 #python #coding #programming #100dayschallenge #100daysofcode