謝孜妤{集合set}[串列list](元組)(字典:dict和集合一樣但key所以:冒號value值) 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 6月 20, 2024 this=["香蕉","蘋果","櫻桃"] that=("元組","tuple","貓") print(this) for i in range(-2,2): print(i,this[i]) for i in range(-3,3): print(i,that[i]) 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 留言
謝孜妤python與javascript程式碼對照 4月 11, 2024 html程式碼 謝孜妤輸入參數 輸入k 輸入m 輸入n 執行自訂函數 重點 alert內建函數,自訂函數abc 謝孜妤輸出結果 CSS=Cascading Style Sheet 單獨放置檔案abc.css與abc.js也可以放在html檔案內,放置在區塊內 css程式碼 h1{background-color: rgb(245, 7, 245); color: white; border: 10px solid rgb(0, 217, 255); text-align:center; padding: 5px} ul{background-color: green; color: white; font-size: 2em;line-height:1.5} input{font-size:24px;background-color:rgb(210, 250, 215);} .monkey{font-size:36px;} out{background-color:pink;color:blueviolet;}/*css的註解 #k{background-color:white;}/*為id的註解 js程式碼 const space=' ', slash='/', backslash='\\', cr='\n'; function row1(k,m){ for(let i=0; i \n';//javascript與c語言的註解// for(let i=0; i '; document.getElementById('out').innerHTML=out;} 閱讀完整內容
謝孜妤google co-laboratory機器學習 5月 30, 2024 frame框架,前面要加上i,width寬度,height高度,src=source來源 以上的原始碼 a<iframe width="560" height="315" src="https://www.youtube.com/embed/5Y-Snm4MWcg?si=fgejb_PkCHHSwvLy" title="YouTube video player"></iframe> frame框架,前面要加上i,width寬度,height高度,src=source來源 <iframe width="560" height="315" src="https://en.wikipedia.org/wiki/Collaboratory" title="YouTube video player"></iframe> 利用google co-labor雲端運算執行python程式 http://colab.research.google.com https://zh.wikipedia.org/zh-tw/%E5%BC%A0%E9%87%8F%E5%A4%84%E7%90%86%E5%8D%95%E5%85%83 閱讀完整內容
留言
張貼留言