Computer Science, asked by YOURDADPRODUCTION, 23 hours ago

1. Write python program to print list item by passing index number.

2. Write a program that show following arithmetic operators.​

Answers

Answered by kaursumeet693
0

Answer:

  • To facilitate this, Python has an inbuilt function called index(). This function takes in the element as an argument and returns the index. By using this function we are able to find the index of an element in a list in Python.
  • These operators are + (addition), - (subtraction), * (multiplication), / (division), and % (modulo).
Similar questions