iT邦幫忙

第 11 屆 iThome 鐵人賽

DAY 5
0
AI & Data

AI的本_資料科學打基礎系列 第 5

[Day 5] Python 的基本輸入與輸出

  • 分享至 

  • xImage
  •  

恩~基本的就是

print()

https://ithelp.ithome.com.tw/upload/images/20190906/20119806W3XW147Bgk.jpg
格式化的輸出,就像是其他語言一樣
%d %f %x %X %o %s
%e科學記號e 的輸出
%E科學記號E的輸出

format()

這是python增強版的格式化輸出
在輸出格式區內的變數使用{}
https://ithelp.ithome.com.tw/upload/images/20190906/20119806LkVzyHOvBt.jpg

開啟一個檔案open()

file_Obj=open(file,mode = "r")
open 之後,要結束就要close()
像是
fstream = open("d:\ ",mode = "w")
fstream.close()

#資料輸入input()
https://ithelp.ithome.com.tw/upload/images/20190906/20119806TpvoI6w9Ul.jpg

eval()

這個可以直接傳回字串內數學表達式的計算結果
https://ithelp.ithome.com.tw/upload/images/20190906/201198068xTQG5zYaI.jpg


上一篇
[Day 4] Python 的基本資料型態
下一篇
[Day 6] Python流程控制 if
系列文
AI的本_資料科學打基礎30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言