# Introduction In this lab, you need to write a program that converts a list of strings into a dictionary by splitting each string with `=` where the first part becomes the key and the second part becomes the value.
Click the virtual machine below to start practicing