Useful commands in Python
Loading...
3,602
Loading...
Uploader Comments (KnifeDarky)
see all
All Comments (21)
-
@jameys127: The source code in the video is python v2.x specific and you have Python v3.x installed. In Python v3.x raw_input() is replaced by input() and the following line has to be changed as well:
from python v2.x: print "The answer is: ", a
to python v3.x: print("The answer is: ", a)
-
@KnifeDarky yup
-
@KnifeDarky Sorry to leave a negative comment. I just thought it would make people laugh at your expense. The song is fine. Not everyone will like the same music that I listen too. : )
-
it was your choice :)
Loading...
caculator wont work and i entered it exacly like yours and raw_input is not purple
jameys127 1 month ago
@jameys127 There can be couple possible problems: you're not using windows, your python idle is different version, you typed something wrong, other than that it should work just like in the video.
KnifeDarky 1 month ago
@jameys127 did you save as .py/.pyw?
MrJackojc90 2 weeks ago
@MrJackojc90
Save it as .py
KnifeDarky 2 weeks ago
How do i get Python on my Laptop....
Bradley7536 2 months ago
@Bradley7536
Download from official site?
KnifeDarky 2 months ago