04-22-2011, 10:57 PM
Just to let you guys know, I just started learning python. It is pretty easy do far, but then again, I am writing very simple scripts.
Example-
[lua]a = "My favorite number is:"
b = 18
print a, b[/lua]
The outcome would be
"My favorite number is: 18"
Example-
[lua]a = "My favorite number is:"
b = 18
print a, b[/lua]
The outcome would be
"My favorite number is: 18"