please answer me fast I will trouble
Attachments:
Answers
Answered by
0
Answer:
Ans1
Python Membership and Identity Operators. Membership operators are operators used to validate the membership of a value. It test for membership in a sequence, such as strings, lists, or tuples.
Ans2
In Python, the iterative statements are also known as looping statements or repetitive statements. The iterative statements are used to execute a part of the program repeatedly as long as a given condition is True.
Ans 3
In the program, user is asked to enter the number and the program prints the multiplication table of the input number using for loop. The loops run from 1 to 10 and the input number is multiplied by the loop counter in each step to display the steps of multiplication table.
Hope this help you !!!!
Goodnight
Similar questions