# Introduction In this lab, you need to write a program that takes a string as input and creates a dictionary where each unique letter in the string represents a key, and the value is a list containing the indices at which each letter appears in the string.
Click the virtual machine below to start practicing