These programs here will help you to memorise word lists for GRE with ease. Thanks to mnemonics provided by various people!
For those who don't know how to run a python script.
-
Installing Python
-
Download Python 2.7.x from here (NOTE: This will not work with Python 3.x)
-
Install it the way you install anything. Follow this video if you need more help
-
To add python to path, follow these steps or watch the previous video(skip to 1:55)
-
Running a program
-
Open command prompt
-
Navigate to program location using the cd command. Easiest way would be to create a folder called 'Python' in Desktop and store all programs in that folder and use
> cd Desktop/Python/
- To run a program 'code.py', use
> python code.py
- That's it!