ocr computing gcse © hodder education 2013 slide 1 ocr gcse computing python programming 3:...

Download OCR Computing GCSE © Hodder Education 2013 Slide 1 OCR GCSE Computing Python programming 3: Built-in…

If you can't read please download the document

Upload: nicholas-randall

Post on 20-Jan-2018

214 views

Category:

Documents


0 download

DESCRIPTION

OCR Computing GCSE © Hodder Education 2013 Slide 3 Python 3: Built-in functions Suppose we give the variable a the value 5 a=5 Then we type: print (a) Python outputs 5 Print(‘a’) Python outputs a The quote signs tell print() to output the letter a, not the variable.