「簡単な問題に、あえて基礎を詰め込む」→理解かなり深まります。
# Prog07: Create a program that ask user to input 10 numbers. Print the sum of all the numbers.
"""Write a Python code to iterate the first 10 numbers, and in each iteration, print the sum of the current and previous number.""" ...