Creating a snowflake in Python

后端 未结 0 736
Happy的楠姐
Happy的楠姐 2020-12-18 06:13

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题