HarvardX CS50 Python: Home Federal Savings Bank (PSET 1)

preview_player
Показать описание
In this video, you can see an in-depth explanation of Home Federal Savings Bank from pset 1 at HarvardX.

⏳ Timestamps:
00:00 - Introduction
00:15 - Problem description
02:10 - Setting up the files
02:50 - Solution
11:05 - Testing

👩‍🏫 For private mentoring:

📣 Discord Server:

❗ Disclaimer:
Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use.
Рекомендации по теме
Комментарии
Автор

Greet = str(input("Greeting: ")).lower().strip()

if Greet.startswith("hello"):
print("$0")

elif Greet[0]=="h":
print("$20")
else:
print("$100")

rutesh
welcome to shbcf.ru