Computer Science
Computer Science
Topics to cover
😐 😊
Number systems
☹
I understand that shifting one place to the left multiplies the number by 2
I understand that shifting one place to the right divides the number by 2
I know how to get keyboard input from the user using input()
I know that + can also be used to CONCATENATE (join) two strings (text) .
I can perform a dry run on a piece of code to work out the final value of a variable or the
output produced.