I am trying to create a program in Python that creates a snowflake based on the input of a number. Below is my code:
n = int(input()) a = [["."] * n