1.
Write a Python function that takes two strings as input and returns the common characters between them.
选修
2.
In the code cell below, complete the function transposeMatrix(matrix) that returns the transpose of a given matrix.
选修
3.
In the code cell below, complete the function multiplyMatrix which multiplies two matrics, A and B, and returns the product matrix.
选修
4.
in the code cell below, complete the function findCommonElements which finding common elements between two lists.
选修
5.
standardTime function
选修
6.
Write a Python function that takes two sets of strings as input and returns a new set that contains all possible concatenations of one string from the first set with one string from the second set
选修
7.
Write a Python function that takes a list of strings as input and returns a new set that contains all unique anagrams present in the list
选修
8.
Complete the function isValidDate that accepts a string date and decide whether the date is valid or not.
选修