Python 3 Tutorial: 9 - Input
Uploader Comments (TheMonkeyLords)
Top Comments
-
nice i really liked yr tutorials
All Comments (13)
-
Does the color on the text have anything special to do cuz my print is orange..
-
@EricPCProductions Python is included in Linux i think. Im running Ubuntu 10.10 and its pre-installed.
-
Can someone help me it says if I copy what I did in the video it says the variable x is not a defined variable
-
@MrFaithFlicks no
-
@EricPCProductions just search for idle 3.2 on the ubuntu software center (that is if u are running ubuntu!)
-
Is there a Python for Linux? I downloaded one for Windows, but I'm running Linux too. It would be nice to have but can't manage to find one.
-
Nice video, Just one question in version 2.7 of python there was a raw_input function does version 3 have this function..Thanks
-
a bit like tutorial 8.. I allready followed some C Programming tutorial so, this is really easy for me to get
Hey you are confused with raw_input() and input .. for raw_input() it takes only strings!!!
Am I right !!!
nanopavan 9 months ago
@nanopavan Actually, raw_input is no longer used in the newer versions of python (3.0 and higher). As of Python 3.0, only input is used. I believe if you try to use raw_input, it will give you an error.
TheMonkeyLords 9 months ago 4