Quick actions

cmd+k|ctrl+k

Navigation

Languages

Data types

Snippet info

Language

Python

Visibility

public

Author

wyifeng504

Created

2025-03-12T13:05:50.900602Z

Updated

2025-03-12T13:05:50.900602Z

#Fundamental data types
int
float
bool
str
list
tuple
set
dict

#Classes -> custom types

#Specialized Data types

None


INFO