Please enable JavaScript.
Coggle requires JavaScript to display documents.
Year 8:End of Year Exam - Coggle Diagram
Year 8:End of Year Exam
Python
Constructs and Syntax
print("Hello")
Brackets
lower case print
S marks
text and numbers are called strings
Variables
Have a name and a value
password=input("please enter your password")
Can change
Selection
Is when there is more than one path in a program
If, elif and else
need to use indetation
Iteration
Is when a program has a loop or code is repeated
Modules
import Turtle
Programming language
Web design
Logo
Banner
House style
font types and sizes
color combinations
HTML
hyper text markup language
syntax rules (tags)
<p>paragraph tag</p>