10-05-2011, 06:34 AM
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:
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