+ 1
Why it can't run
num=int(input("display multi tabil of:")) for i in range(1,11): print(num,'x',i,'=',num*i)
2 Answers
+ 4
Indent the last line
+ 4
This question is identical to your other question. Please delete this one and don't post duplicate questions
https://www.sololearn.com/Discuss/1692105/?ref=app
https://www.sololearn.com/discuss/1316935/?ref=app