Ops Manager Learn 3: First Steps / Line Follower
This is the fourth challenge within the Robotics with GoPiGo and Python Curriculum.
Your task is to design a robot program that increases the volume of products that Amazing.com can ship out to its customers on a daily basis without increasing the number of robot pickers it employs.
Learn how to program and calibrate the Line Follower while they try to design an efficient system.
6. What are F-Strings?
You may have noticed the f character in front of the quoted string. This is not a typing error. It turns the quoted string into a formatted string, or f-string for short.
F-strings are relatively new in the world of Python, and are only available in Python 3.7 and more recent.