“Talk is cheap. Show me the code.”
― Linus Torvalds
Practice python coding questions.
1. Write a python program to Count occurrences of an element in a list. 2. Write a Python Program to find sum and average of List. 3. Write a python program to Sum of number digits in List. 4. Write a python program to Multiply all numbers in the list. 5. Write a Python program to find smallest number in a list. 6. Write a Python program to find largest number in a list. 7. Write a Python program to find second largest number in a list. 8. Write a Python program to print even numbers in a list. 9. Write a Python program to print odd numbers in a List. 10. Write a Python program to print all even numbers in a range. 11. Write a Python program to print all odd numbers in a range. 12. Write a Python program to count Even and Odd numbers in a List.