Quick actions

cmd+k|ctrl+k

Navigation

Languages

Data Types

Snippet info

Language

Python

Visibility

public

Author

yogilight

Created

2025-09-24T10:28:50.738033Z

Updated

2025-09-24T10:28:50.738033Z

#Data types is value in python

#Fundamental Data Types
int
float
bool
str
list
tuple
set
dict

#Classes -> custom types

#Specialized Data Types

None
INFO