# Introduction In this lab, you need to write a program that converts a string in camelCase to snake_case by defining a function named `convert_to_snake_case()` that takes a single string as an argument and returns the converted string.
Click the virtual machine below to start practicing