Python is invented in 1994 by Guido Van Rossum. It is an interpreted and typesafe language.1
Features:
- Multiline editing with history preservation
structural typing- Prompts and tracebacks with color enabled by default.
Two important steps you need to follow:
Check whether python
is properly set or not:
print("Hello")
NOTE: You should only one type of spacing for indentation: space or tab.