范雅惠Lambda匿名函式google colaboratory

 def x(m,n): #定義自訂函數x

   newList = []

   for i in m : #迴圈將m的元素每個都執行

      newList.append(n(i))

   return newList #傳回去

m=['貓','范雅惠','鴨子','你','他']

n=lambda y: y + '是聰明人'

print(x(m,n))

for i in x(m,n):

   print(i)

google機器學習實驗

https://colab.research.google.com/

教學影片

張量Tensor計算

iframe=frame框

评论

此博客中的热门博文

范雅惠Python自訂函數迴圈write模式a與w

范雅惠金融市場常識題庫158至170數學符號輸入Math公式