Ctrl + Alt + S
|
Settings
|
Shift + Alt + E ... Alt + E (customized)
|
Execute Selection in Console
|
|
|
|
|
Check object type
squares = [1, 4, 9, 16, 25]
squares.__class__
<class 'list'>
type(squares)
<class 'list'>
Add packages... Ctrl + Alt + S (Settings) ... Project Interpreter ...
Import opencv-python package