Python留学生英文题目
课程介绍
课程章节 
课程公告
1. Write a Python function that takes two strings as input and returns the common characters between them. 选修
1.1. 代码参考 选修
2. In the code cell below, complete the function transposeMatrix(matrix) that returns the transpose of a given matrix. 选修
2.1. 代码参考 选修
3. In the code cell below, complete the function multiplyMatrix which multiplies two matrics, A and B, and returns the product matrix. 选修
3.1. 代码参考 选修
4. in the code cell below, complete the function findCommonElements which finding common elements between two lists. 选修
4.1. 代码参考 选修
5. standardTime function 选修
5.1. 代码参考 选修
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 选修
6.1. 代码参考 选修
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 选修
7.1. 代码参考 选修
8. Complete the function isValidDate that accepts a string date and decide whether the date is valid or not. 选修
8.1. 代码参考 选修