Python Day 2 - Variables

Published on December 24, 2024

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

Learn to code, one day at a time