Web
Opt
tools
Python Overview
Variable Name
Value
Data Type
Integer (int)
Float
String (str)
Boolean (bool)
Run Visualization
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