.Expand IDLE in python
Answers
Answered by
1
IDLE (short for Integrated Development and Learning Environment) is an integrated development environment for Python, which has been bundled with the default implementation of the language since 1.5. 2b1.
PLZ MARK ME AS BRAINLIEST!!!!!!!!!!!!!!!
Answered by
0
Explanation:
IDLE (Integrated Development and Learning Environment) is an integrated development environment (IDE) for Python.
IDLE can be used to execute a single statement just like Python Shell and also to create, modify, and execute Python scripts. IDLE provides a fully-featured text editor to create Python script that includes features like syntax highlighting, autocompletion, and smart indent.
Similar questions