1)Write a Python program that codifies the Rock, Paper, Scissors game. The rules are rock breaks scissors, paper covers rock, and scissors cut paper.
2)Create a program to find the remainder of array multiplication divided by n.
3)Create a program to remove all even numbers from a list.
4)Create a program to find the N largest element(s) from a given list of integers.
5)Write a program to test a number to determine if it is a prime number.
6)Create a program to determine the cumulative sum of a list.
7)Create a program that displays a graph that has four data sets. Use colors to differentiate the data set graphs.