Python IDLE:
Python IDLE is interface comes built in with python When you first installing. Python IDLE is used to editing Python files. When you first launch python IDLE, you faced a single window called Python Shell.
Python shell is work like an interpreter window. The mathematical expressional evaluated immediately.
Otherwise, type commands like print("VimTube")
The main purpose of python shell is actual to show the output from the programs as running well.
See the more about Python IDLE.
Python IDLE is interface comes built in with python When you first installing. Python IDLE is used to editing Python files. When you first launch python IDLE, you faced a single window called Python Shell.
Python shell is work like an interpreter window. The mathematical expressional evaluated immediately.
Otherwise, type commands like print("VimTube")
The main purpose of python shell is actual to show the output from the programs as running well.
See the more about Python IDLE.
No comments:
Post a Comment