[GO] [Python] Einkaufsprogramm

Erstellen Sie ein Einkaufsprogramm mit Python

python


items = {'apple': 100, 'banana': 200, 'orange': 400}
money = 1000
for item_name in items:
    print('--------------------------------------------------')
    print('In der Brieftasche' + str(money) + 'Enthält einen Kreis')
    
    print(item_name + 'Ist ein' + str(items[item_name]) + 'Es ist ein Kreis')
    
    input_count = input('Kaufen' + item_name + 'Bitte geben Sie die Anzahl ein:')
    print('Kaufen' + item_name + 'Die Anzahl der' + input_count + 'Es ist ein Individuum')
    count = int(input_count)
    total_price = items[item_name] * count
    print('Der Zahlungsbetrag beträgt' + str(total_price) + 'Es ist ein Kreis')
    
    if money >= total_price:            
        print(item_name + 'Zu' + input_count + 'Ich habe einen gekauft')            
        money -= total_price            
    else:            
        print('Nicht genug Geld')            
        print(item_name + 'Konnte nicht kaufen')

das ist alles

Recommended Posts

[Python] Einkaufsprogramm
Python
Newcomer Trainingsprogramm von Python
Homebrew Python - Youtube Suchprogramm
Debuggen Sie das Python-Multiprozessprogramm mit VSCode
Primzahlgenerator von Python
Kompatibilitätsdiagnoseprogramm in Python geschrieben
Beim Schreiben eines Programms in Python
Kafka Python
Python-Grundlagen ⑤
Python-Zusammenfassung
Eingebaute Python
[Python] Ein Programm, das Treppen mit # erstellt
Python-Einschlussnotation
Python-Technik
Homebrew Python Teil 3 - Das Produktsuchprogramm von Amazon
Python studieren
Python 2.7 Countdown
Python-Memorandum
Python FlowFishMaster
Python-Dienst
Python-Tipps
Python-Funktion ①
Python-Grundlagen
Python-Memo
Ufo-> Python (3)
Python-Einschlussnotation
Ich habe ein Pay-Management-Programm in Python erstellt!
Installieren Sie Python
Python Singleton
Python-Grundlagen ④
Python-Memorandum 2
Python-Memo
Python Jinja2
Python-Inkrement
atCoder 173 Python
[Python] -Funktion
Python-Installation
2D FEM Stressanalyseprogramm von Python
Python installieren 3.4.3.
Versuchen Sie Python
Python-Memo
Python iterativ
Python-Algorithmus
Python2 + word2vec
[Python] -Variablen
Python-Funktionen
Python sys.intern ()
Python-Tutorial
Python-Fraktion
Python Underbar Das ist was
Python-Zusammenfassung
Starten Sie Python
[Python] Sortieren
HTML-Dokument Python-Programme mit Sphinx
Hinweis: Python
Schreiben Sie ein Caesar-Verschlüsselungsprogramm in Python
Python-Grundlagen ③
Python-Protokoll ausgeben