Does anyone have a link to a sort of "glossary type list" to use when learning what each keystroke or object represents? A very in depth one that would break down the most basic objects for beginners?
"each keystroke or object represents" huh? In what respect? Are you talking at machine code level? CPU interrupts? Objects usually references a more high level language.
It's ok I found it.Thanks, sorry I have a very limited computer programming vocabulary.
I wrote ps0.py, but when I run the module it asks each question twice. Could someone tell me what I am doing wrong? Here's the code that I wrote : x = raw_input ("Please enter your date of birth.") print raw_input ("Please enter your date of birth.") y = raw_input ("Please enter your last name.") print raw_input ("Please enter your last name.") print x + y
Join our real-time social learning platform and learn together with your friends!