View Single Post
Old 02-28-2012, 01:45 AM   #8
UserNameGoesHere
FFR Veteran
FFR Veteran
 
UserNameGoesHere's Avatar
 
Join Date: May 2008
Posts: 1,114
Send a message via AIM to UserNameGoesHere
Default Re: An earnest effort to learn Python

Two things to note.
Python 2.x and Python 3.x are NOT compatible. What this means is you probably can't slap Python 2.x code into a Python 3.x application or vica-versa. You will also need an interpreter appropriate for the version you use.

Whitespace matters in Python.
__________________
Quote:
Originally Posted by Crashfan3 View Post
Man, what would we do without bored rednecks?
[SIGPIC][/SIGPIC]
UserNameGoesHere is offline   Reply With Quote