write instructions to get the following result:
Attachments:
![](https://hi-static.z-dn.net/files/dde/24cde84e1e217ebd69b4153404970efb.jpg)
Answers
Answered by
14
The instructions to get the following result are as follows:
def python():
print("Python is easy to learn and write.")
print("It allows us to work in two modes: Interactive mode and Script mode.")
print("Interactive mode is also known as Python Shell and Script mode is known as Python Editor.")
print("It is a platform-independent language")
print("We find it interesting to work with Python.")
print("Do it in both interactive mode and script mode.")
python()
Similar questions