Read theInstant Hackingtutorial in the background readings and Try the examples of Flow and Exercise 1. Run all the examples and exercises.In this module you will work with the Python Interpreter and Python Scripts. You should create your Python program by opening Python IDLE choose File > New Window. Then you can write your own code or cut/paste existing codes from other sources (like tutorials). Make sure to save the code as .py file. If there exists .py file then simply File > open. Run the program by clicking on the menu Run > Run Module F5.