this is a simple python program. I had made on before, but it was faulty, so I replaced it with this. It is very short. So if you have more questions go to python.org and about and tutorials, or ask me in the comments. The program is very small and blury in the screenshot. It is this (in case you were not able to see it) #this program says hello world and asks for my name. Then it greets me. print ("Hello World!") print ("What is your name?") myname = input() print ("Hello " + myname) also check out the flash tutorial