Re: Need help with a script

The good thing about languages like Python is that your computer won't crash because you blew your stack. It's considered a safe environment to play around in since you can overflow the stack without much in the way of consequences. So don't worry about crashing your system.

The def keyword defines a function. And functions return values (or nothing at all.) Functions can call themselves if they want to. All these functions get put on something called a stack. So if a function calls itself over and over, eventually you reach the limit of your stack size and Python will give an error.

-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Developers room : microsoftsam203 via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : microsoftsam203 via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : microsoftsam203 via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : redfox via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : pauliyobo via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : redfox via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Munawar via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : microsoftsam203 via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : microsoftsam203 via Audiogames-reflector

Reply via email to