Computer Science, asked by jhabhuvash, 16 hours ago

Write a program in python to display numbers from 1 to 11

Answers

Answered by codzviahtml123
0

Answer:

for i in range(1, 12):

print(i)

Explanation:

please mark me as Brainilist

Similar questions