python question?
heh I'm not the only hacker/skater on here.
alternatively, on linux you can save your script in a text file and execute the text file, I think you can do the same with windows though.
tip: "sk8r" was cool when we were all 12. and "punk" isn't much of a compliment in the hacking world either. I'd get a new alias really fast before you get too many points because you can't change your acc name. unfortunately I've forgotten how to do half the challenges so I don't feel like starting over…just some advice.
who me?
well it basically is a batch file, you run the python interpreter:
markup#! /usr/bin/env python
then put in whatever you want it to execute:
print string```
then save it as *.py and run it by typing ./[filename] in a terminal. it then executes it like it does a shell script/batch file, except it ran the interpreter first so everything is inputted into the interpreter.
pnksk8er2007 wrote: ok so i know to write python code you have to do it in MS-DOS(command prompt) and it exeutes right away like (i.e. print "hi" hi) how do you write like a program that you dont wanna execute until you say so? and how do you save python projects? you have to write it in a text editor?
http://www.python.org/ftp/python/2.5.1/python-2.5.1.msi
Python is a pretty fun language, good for getting a feel of how to solve problems by coding.