We have just learned to write Python code to move and turn our tank with the commands:
forward()left()right()and also we leared to create our own reusable functions with:
def function_name():and use print(...) to output debug info.
What is next?
The second book will show us how to program loops and branching, so that we can repeat certain actions or decide whether some commands should be executed or not. Curious to see?