Python Overview

Console Output
>

Variable Overview

Variable:
my_variable
Value:
42
Data Type:
int
Integer number
Python Overview
• Variables store data values
• Python is dynamically typed
• No declaration needed
• Values can be changed