Exam 1 Topics ++++++++++++++++++++++++++++++++++++++++++++ Computational Thinking ================================= Flowcharts IDLE & Python shell ================================= Output (print()) + sep= + end= User Input (input()) Comments Binary numbers ASCII Characters Errors Data types + int + float + str Valid variable names (3 rules) Keywords Operators (+,-,*,/,//,**,%,=) Precedence rules Strings + len() + String concatenation (+) Type Conversion (int(), float(), str()) round() Debugging ================================= Turtle Graphics ================================= Creating a turtle object Controlling the turtle object Loops + range() Modules ================================= Math Random + random.random() + random.randrange()