[Solved] How can i make a set in my list in python?
You should try to do the complete code, but the base code is x = [[‘#’, ‘#’, ‘#’, ‘#’, ‘#’, ‘#’, ‘#’], [‘#’, ‘ ‘, ‘ ‘, ‘ ‘, ‘ ‘, ‘ ‘, ‘#’], [‘#’, ‘ ‘, ‘$’, ‘+’, ‘$’, ‘ ‘, ‘#’], [‘#’, ‘.’, ‘*’, ‘#’, ‘*’, ‘.’, ‘#’], [‘#’, ‘ ‘, ‘$’, ‘.’, … Read more