|
-- Posted by TheWeatherGirl at 12:43 am on Aug. 6, 2007
Ok, if I type in an example into Python, will it actually run on my computer and screw it up?
-- Posted by Bassist5 at 3:06 pm on Aug. 6, 2007
As far as i know, just compiling something in python won't effect the rest of your computer. If the code is buggy or something all that would happen is it might freeze and you just close that program. Unless its some code that actually accesses other files, so just keep an eye out for that.
-- Posted by ElfQrin at 4:16 pm on Aug. 24, 2007
In short, nope.
|