回覆列表
  • 1 # 使用者2322623125520510

    array = [0,1,2,3,4,5] ; print len(array) 6; 同樣,要獲取一字串的長度,也是用這個len函式,包括其他跟長度有關的,都是用這個函式。 L1=len(list1)   #列表list1的長度  list2=list(set(list1))  #可以用set,直接去掉重複的元素  [456, 'abc']print "First list length : ",  len(list1);print "Second list length : ", len(list2);

  • 2 # 使用者698901431062573

    Python內建的函式一次只能生成一個隨機數,然而你可以方便地使用表理解(list comprehension)一次性生成多個隨機數。示例的程式碼如下:

    import random[random.randint(0,100) for _ in range(10)]#[57, 93, 22, 55, 41, 64, 47, 32, 93, 61]

    range函式輸入不同的值,可以設定需要生成隨機數的個數,上面的例子中生成了10個隨機數。

  • 3 # 使用者3689586515781165

    a△b=a乘b -a-b+1如3△4=3乘4 -3-4+ 1 (1)計算-5△6=(-5)*6-(-5)-6+1=-30

    (-3)△4=(-3)*4-(-3)-4+1=-12

    4△(-3)=4*(-3)-4-(-3)+1=-12

    故:(-3)△4=4△(-3)

  • 中秋節和大豐收的關聯?
  • 上班20公里算遠嗎?