import numpy. from itertools import repeat. def main(): # Creating a list with same values. list_of_num = [5]* 10. print(list_of_num) · [5, 5, 5, ...
確定! 回上一頁