Answer:
a, b = list(map(int, input().split()))
sequence = []
while a + 10 <= b:
sequence.append(a + 10)
a += 10
print(*sequence)
Explanation:
Use the More button to display more options to help narrow the search criteria.
<em> I think hope this helps you!!</em>
there is a contrary
+1
The CPU reads machine instructions from program memory and executes them.