Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 265 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 265 Bytes

FunctionExample

Botball Concept Difficulty: Introductory

An example of how to use Python functions for Botball.

A function is also known as a method. A function is a block of code that will be called later. Functions can take in parameters and return values.