Terminal
Write and execute code in multiple programming languages
Code Editor
Output
// Output will appear here after running your code
Language Reference
Quick reference for the selected programming language
Python
Python is a high-level, interpreted programming language known for its readability and simplicity.
Common Functions
print()- Output textlen()- Get length of a sequencerange()- Generate a sequence of numbersinput()- Read user input
Data Structures
list- Ordered, mutable collectiondict- Key-value pairstuple- Ordered, immutable collectionset- Unordered collection of unique items