Q1
Q2
Q3
Q4
Q5
100

To delete  an element from a list we need to use function

del( )

100

To find the length of a list we need to use the function

len( )

100

To check about any element in a list we need to use

if statement

100

To find the maximum value in a list we need to use

max( )

100

for num in ..................(0,10,1)

for num in range(0,10,1):