Well, we can make one-liner programs. So What? You want to send programs to other people, so that they can use them, without knowing how to write them.
Editing in Notepad
Writing programs in python to a file is VERY easy. Python programs are simply text documents - you can open them up in notepad, and have a look at them, just like that. So, go and open notepad. Type the following:
|