Run ❯
Get your
own Python
server
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
import sys print(f'Python version: {sys.version}') print(f'Platform: {sys.platform}')
Python version: 3.12.3 (main, Apr 10 2024, 05:33:47) [GCC 13.2.0]
Platform: linux