Support Forums

Full Version: Funny Little Snippit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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
I'm not a coder, but awww... Thanks for the love shown here.
I've just realized I did something wrong in this script, but I fixed it now. Smile
I'm no Coder but I think I can make out what your trying to say Tongue.
Haha, well what can I say? I love python :3
Lol...well I guess you're off to a good start.
This is an easy coding lesson on making this i recommend trying this for newbies Big Grin
Python IS awesome and I love support forums as well Smile I don't know Python but it seems simple.
Hope you all like it. Big Grin

I may go back to learn some more about this actually, I did like it.
I have a python tutorial e-Book laying around somewhere, I'll try and find it for everyone. Smile
Pages: 1 2