Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

a=input("enter the number whose table you want to see") for i in range(0,11): print( %s,'x',i,'=' , %s *i,(a))

Bored Bug answered on May 3, 2020 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • s=0 def sum(x,y): n=int(input("enter no. of terms") for i in range(n): l=int(input("enter no.")) s=s+l print(s) sum()
  • val = int(input()) for x in range (0, val): print('*' * val)
  • def main(): #Line2 num = int(input("Please enter an integer value:")) #Line3 printNum(num) #Line4 def printNum(numVal): #Line5 if numVal < 0: #Line6 print ("Done") #Line7 else: printNum(numVal-1) #Line8 print(numVal) #Line9 main() #Line1

  • a=input("enter the number whose table you want to see") for i in range(0,11): print( %s,'x',i,'=' , %s *i,(a))

    0
    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Tags: whatever
    Link to this answer
    Share Copy Link
    Contributed on May 03 2020
    Bored Bug
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.