Posts: 2,216
Threads: 187
Joined: Jul 2011
10-05-2011, 06:34 AM
(This post was last modified: 10-05-2011, 11:49 AM by BreShiE.)
Well I finally decided to start learning Python, and so far it's going really well! I like the ease-of-use with it, I've already got quite far with it.
So for all you Python coders:
Code:
a = "Python"
b = "SupportForums"
c = "Awesome"
d = "Is"
e = "Love"
f = "And"
g = "I"
Print a, d, c, f, g, e, b
Posts: 505
Threads: 25
Joined: Aug 2011
Reputation:
8
I'm not a coder, but awww... Thanks for the love shown here.
Posts: 2,216
Threads: 187
Joined: Jul 2011
I've just realized I did something wrong in this script, but I fixed it now.
Posts: 2,216
Threads: 187
Joined: Jul 2011
Haha, well what can I say? I love python :3
Posts: 1,736
Threads: 198
Joined: May 2010
Reputation:
32
Lol...well I guess you're off to a good start.
Posts: 2,216
Threads: 187
Joined: Jul 2011
Hope you all like it.
I may go back to learn some more about this actually, I did like it.
Posts: 122
Threads: 14
Joined: Sep 2010
Reputation:
3
I have a python tutorial e-Book laying around somewhere, I'll try and find it for everyone.
"If you cannot explain something simply, then you do not understand it at all." - Albert Einstein
"The best way to predict the future is to invent it." - Alan Kay