小白學python-day05-作業(購物車程式)
購物車需求:
開始輸入工資,然後出現購買商品的相關資訊,輸入編號進行購買
價格>工資提示餘額不足,價格<工資提示 成功加入購物車,並且顯示餘額
然後將購買環節進行迴圈,直到使用者退出購買
然後提示使用者購買商品彙總資訊,購買總額,餘額等資訊。
我目前學了5天,只能做到如下的程度,望提出批評意見:
注意:
enumerate() 函式用於將一個可遍歷的資料物件(如列表、元組或字串)組合為一個索引序列,同時列出資料和資料下標,一般用在 for 迴圈當中。
len() 方法返回物件(字元、列表、元組等)長度或專案個數,從1開始。
&n
相關推薦
小白學python-day05-作業(購物車程式)
購物車需求: 開始輸入工資,然後出現購買商品的相關資訊,輸入編號進行購買 價格>工資提示餘額不足,價格<工資提示 成功加入購物車,並且顯示餘額 然後將購買環節進行迴圈,直到使用者退出購買 然後提示使用者購買商品彙總資訊,購買總額,餘額等資訊。 我目前學了5天,只能做到如下的程度,望提出批
小白學 Python 資料分析(1):資料分析基礎
各位同學好,小編接下來為大家分享一些有關 Python 資料分析方面的內容,希望大家能夠喜歡。 人工植入廣告: PS:小編最近兩天偷了點懶,好久沒有發原創了,最近是在 CSDN 開通了一個付費專欄,用來發布去年寫的沒有出版的書稿,感興趣的同學可以去看下(已經上傳了一部分,第一章設定為了試讀章節),主要是
小白學 Python 資料分析(2):Pandas (一)概述
人生苦短,我用 Python 前文傳送門: 小白學 Python 資料分析(1):資料分析基礎 概覽 首先還是幾個官方連結放一下: Pandas 官網:https://pandas.pydata.org/ Pandas 中文網:https://www.pypandas.cn/ Pandas Githu
小白學 Python 資料分析(3):Pandas (二)資料結構 Series
在家為國家做貢獻太無聊,不如跟我一起學點 Python 順便問一下,你們都喜歡什麼什麼樣的文章封面圖,老用這一張感覺有點醜 人生苦短,我用 Python 前文傳送門: 小白學 Python 資料分析(1):資料分析基礎 小白學 Python 資料分析(2):Pandas (一)概述 引言 先介
小白學 Python 資料分析(4):Pandas (三)資料結構 DataFrame
在家為國家做貢獻太無聊,不如跟我一起學點 Python 人生苦短,我用 Python 前文傳送門: 小白學 Python 資料分析(1):資料分析基礎 小白學 Python 資料分析(2):Pandas (一)概述 小白學 Python 資料分析(3):Pandas (二)資料結構 Series
小白學 Python 資料分析(5):Pandas (四)基礎操作(1)檢視資料
在家為國家做貢獻太無聊,不如跟我一起學點 Python 人生苦短,我用 Python 前文傳送門: 小白學 Python 資料分析(1):資料分析基礎 小白學 Python 資料分析(2):Pandas (一)概述 小白學 Python 資料分析(3):Pandas (二)資料結構 Series
小白學 Python 資料分析(6):Pandas (五)基礎操作(2)資料選擇
人生苦短,我用 Python 前文傳送門: 小白學 Python 資料分析(1):資料分析基礎 小白學 Python 資料分析(2):Pandas (一)概述 小白學 Python 資料分析(3):Pandas (二)資料結構 Series 小白學 Python 資料分析(4):Pandas (三)資
小白學 Python 資料分析(7):Pandas (六)資料匯入
人生苦短,我用 Python 前文傳送門: 小白學 Python 資料分析(1):資料分析基礎 小白學 Python 資料分析(2):Pandas (一)概述 小白學 Python 資料分析(3):Pandas (二)資料結構 Series 小白學 Python 資料分析(4):Pandas (三)資
小白學 Python 資料分析(8):Pandas (七)資料預處理
人生苦短,我用 Python 前文傳送門: 小白學 Python 資料分析(1):資料分析基礎 小白學 Python 資料分析(2):Pandas (一)概述 小白學 Python 資料分析(3):Pandas (二)資料結構 Series 小白學 Python 資料分析(4):Pandas (三)資
小白學 Python 資料分析(9):Pandas (八)資料預處理(2)
人生苦短,我用 Python 前文傳送門: 小白學 Python 資料分析(1):資料分析基礎 小白學 Python 資料分析(2):Pandas (一)概述 小白學 Python 資料分析(3):Pandas (二)資料結構 Series 小白學 Python 資料分析(4):Pandas (三)資
小白學 Python 資料分析(10):Pandas (九)資料運算
![](https://cdn.geekdigging.com/python/spider-blog/Python_logo.jpg) > 人生苦短,我用 Python 前文傳送門: [小白學 Python 資料分析(1):資料分析基礎](https://www.geekdigging.com/2020
小白學 Python 資料分析(11):Pandas (十)資料分組
人生苦短,我用 Python 前文傳送門: 小白學 Python 資料分析(1):資料分析基礎 小白學 Python 資料分析(2):Pandas (一)概述 小白學 Python 資料分析(3):Pandas (二)資料結構 Series 小白學 Python 資料分析(4):Pandas (三)資
小白學 Python 資料分析(12):Pandas (十一)資料透視表(pivot_table)
![](https://cdn.geekdigging.com/python/spider-blog/Python_logo.jpg) > 人生苦短,我用 Python 前文傳送門: [小白學 Python 資料分析(1):資料分析基礎](https://www.geekdigging.com/2020
小白學 Python 資料分析(13):Pandas (十二)資料表拼接
![](https://cdn.geekdigging.com/python/spider-blog/Python_logo.jpg) > 人生苦短,我用 Python 前文傳送門: [小白學 Python 資料分析(1):資料分析基礎](https://www.geekdigging.com/2020
小白學 Python 資料分析(15):資料視覺化概述
![](https://cdn.geekdigging.com/python/spider-blog/Python_logo.jpg) > 人生苦短,我用 Python 前文傳送門: [小白學 Python 資料分析(1):資料分析基礎](https://www.geekdigging.com/2020
小白學 Python 資料分析(16):Matplotlib(一)座標系
![](https://cdn.geekdigging.com/python/spider-blog/Python_logo.jpg) > 人生苦短,我用 Python 前文傳送門: [小白學 Python 資料分析(1):資料分析基礎](https://www.geekdigging.com/2020
小白學 Python 資料分析(17):Matplotlib(二)基礎操作
![](https://cdn.geekdigging.com/python/spider-blog/Python_logo.jpg) > 人生苦短,我用 Python 前文傳送門: [小白學 Python 資料分析(1):資料分析基礎](https://www.geekdigging.com/2020
小白學 Python 資料分析(18):Matplotlib(三)常用圖表(上)
![](https://cdn.geekdigging.com/python/spider-blog/Python_logo.jpg) > 人生苦短,我用 Python 前文傳送門: [小白學 Python 資料分析(1):資料分析基礎](https://www.geekdigging.com/2020
小白學 Python 資料分析(19):Matplotlib(四)常用圖表(下)
人生苦短,我用 Python 前文傳送門: 小白學 Python 資料分析(1):資料分析基礎 小白學 Python 資料分析(2):Pandas (一)概述 小白學 Python 資料分析(3):Pandas (二)資料結構 Series 小白學 Python 資料分析(4):Pandas (三)資
小白學 Python 資料分析(20):pyecharts 概述
人生苦短,我用 Python 前文傳送門: 小白學 Python 資料分析(1):資料分析基礎 小白學 Python 資料分析(2):Pandas (一)概述 小白學 Python 資料分析(3):Pandas (二)資料結構 Series 小白學 Python 資料分析(4):Pandas (三)資