Binary
Function
Sequence
Selection
Argument
Object
Variable
Constant
Define
Assign
Assignment
Operation
Condition
Parenthesis
Brackets
Speech Marks
Apostrophe
String
Integer
Boolean
Bug
Debug
Program
Algorithm
DO NOT USE THESE WORDS
It just works
It doesn't work
Use the correct
>>>Print(‘Richard’s age is’,age)
Discuss as a class what this code is going to do.
What will each of these do?
>>> print"Hello World"
>>> print("Hello World");
>>> Print("Hello World")
>>> print("Hel World")
>>> prin(Hello World)
Input...
What do you need to code to ask a question?