Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Osan 1 tehtävä Keittoa vai ei? #13

Open
paulamehtala opened this issue Jun 29, 2023 · 0 comments
Open

Osan 1 tehtävä Keittoa vai ei? #13

paulamehtala opened this issue Jun 29, 2023 · 0 comments

Comments

@paulamehtala
Copy link

Tehtävän tarkistus herjailee jostain Jane Doesta, josta ei tehtävänannossa puhuta mitään. Kun lisää ehtolausekkeisiin tuon Jane Doen, niin tehtävä menee läpi.

Kirjoita ratkaisu tähän

nimi = input("Mikä on nimesi: ")
if nimi == "Jane Doe":
määrä = int(input("Kuinka monta annosta keittoa: "))
print(f"Kokonaishinta on {määrä * 5.9}")
if nimi == "Kramer":
määrä = int(input("Kuinka monta annosta keittoa: "))
print(f"Kokonaishinta on {määrä * 5.9}")
print("Seuraava!")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant