Write the code of in Python to display the following:
Python is a dynamic, high level, free open source and interpreted programming language. It supports object-oriented programming as well as procedural oriented programming. It is very easy to code in python language and anybody can learn python basics in a few hours or days. It is also a developer-friendly language.
Answers
Answered by
0
Answer:
print("Python is a dynamic, high level, free open source and interpreted programming language. It supports object-oriented programming as well as procedural oriented programming. It is very easy to code in python language and anybody can learn python basics in a few hours or days. It is also a developer-friendly language.")
Explanation:
Use this command to print any output
Similar questions