Create a Bicycle Class

# Introduction In this lab, you need to create a class named `Bicycle` with attributes `gear` and `speed`, and a method `print_attributes()` to print these attributes, and then create an object `bicycle1` with values `4` and `80` for `gear` and `speed` attributes respectively, and call the `print_attributes()` method using this object to print the attributes.

|60 : 00

Click the virtual machine below to start practicing