# Introduction In this lab, you need to write a program that takes a string as input and returns its mirror image by swapping certain characters that have a mirror reflection. If a mirror image is not possible, the program should return "Not Possible".
Click the virtual machine below to start practicing