Computer Science, asked by VibhorKrishnMishra, 1 year ago

write instructions to get the following result:​

Attachments:

Answers

Answered by Anonymous
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