We have successfully installed the IDLE (Integrated Development and Learning Environment) . Now we will be creating our first Program and that is hello world program .
Follow these steps to create the hello world program in IDLE .
1. Open your IDLE .
2. Click on the File and select new file
3. Now Type print("hello world") inside the file
4. Now Save your program and give a file name as Hello.py
5. Now go to run and then run module Or just press F5