Quick actions

cmd+k|ctrl+k

Navigation

Languages

Data types

Snippet info

Language

Python

Visibility

public

Author

mbr1056646

Created

2023-08-07T13:30:14.872047Z

Updated

2023-08-07T13:30:14.872047Z

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

#Classes -> custom types

#Specialized Data Types (Libraries)

None


INFO