ニュース

Perhaps not. Consider [Tushar Sadhwani] who wanted to create a classic C-style for loop inside of Python. He did it, and the journey is perhaps more interesting than the result.
programmes on python using for loop. Contribute to sravya2205/for-loop-in-python development by creating an account on GitHub.
That loop is creating a load of empty dictionaries, then your second loop is overwriting those dictionaries with new ones that have your desired data already contained within.