Tutorials are also decent To be able to program by myself I'm recommending it to my goal, so here instead of a memorandum I will leave it.
I'm sure you made a mistake, so I'm looking forward to pointing out. (I hope there are people watching)
――――――――――――――――――――――――
test.py
w = 5
while w > 0:
print(w)
w -= 1
・ ・ ・
5
4
3
2
1
As mentioned above, this problem was a simplified sub-problem of displaying a square with the original hash symbol, so it will continue next time.
Recommended Posts