Q1
To delete an element from a list we need to use function
del( )
To find the length of a list we need to use the function
len( )
To check about any element in a list we need to use
if statement
To find the maximum value in a list we need to use
max( )
for num in ..................(0,10,1)
for num in range(0,10,1):