Social Sciences, asked by mgpsamita, 6 months ago

write table of 10in words​

Answers

Answered by Anonymous
3

Answer:

# Multiplication table (from 1 to 10) in Python

num = 12

# To take input from the user

# num = int(input("Display multiplication table of? "))

# Iterate 10 times from i = 1 to 10

for i in range(1, 11):

print(num, 'x', i, '=', num*i)

Answered by Anonymous
1

\huge\star{\underline{\mathtt{\red{A}\pink{N}\green{S}\blue{W}\purple{E}\orange{R}}}}⋆

 2. Two times two is 4. Three times two is 6. Four times two is 8. Five times two is 10. Six times two is 12. Seven times two is 14. Eight times two is 16. Nine times two is 18. Ten times two is 20. Eleven times two is 22. Twelve times two is 24. We write 2 times table

Similar questions