Convert camelCase to snake_case

# 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.

|60 : 00

Click the virtual machine below to start practicing