Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - IntelAnon

Pages: [1]
1
Scripting Languages / Re: Python run-time error.
« on: August 04, 2013, 06:45:59 am »
Okay thank you parad0x, I'll be sure to go over what you just stated tomorrow. It is almost 1am. This is more then likely causing my fog. On a "brighter" note, I am thoroughly enjoying learning this language! I don't know exactly what I plan on doing with it, or what I can do with it. Even though I know a little about computers and have done challenges, I still consider myself very new.
 

2
Scripting Languages / Re: Python run-time error.
« on: August 04, 2013, 06:25:08 am »
Okay, thank you very much. I guess I was confused from the progress of the tutorial. It starts with explaining in mathematics and logic, where the tutorial would not have you put quotes around say 1.
For example,
>>> username="joe"
>>> un=1
>>> print(username)
joe
>>> print(un)
1
>>>

Any further explanations, please?

3
Scripting Languages / Python run-time error.
« on: August 04, 2013, 05:53:59 am »
This is my first computer language and I am going through my first tutorial.

print("Hello")
username = Joe
print(username)

Why won't Python assign "Joe" as the output ( I guess that's how i'll put it ) to the variable "username"?

Correct ANYTHING (use of words and my actual problem)

Thanks.

Pages: [1]