Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions add.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Get user input for name and favorite sport
name = input("Adama Sall: ")
favorite_sport = input("Basketball: ")

# Display the collected information
print("\nHello,", name + "!")
print("Your favorite sport is:", favorite_sport)

# Wait for user to press Enter before closing
input("\nPress Enter to exit...")
359,393 changes: 359,393 additions & 0 deletions week1/Cab_Data.csv

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions week1/City.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
City,Population,Users
NEW YORK NY," 8,405,837 "," 302,149 "
CHICAGO IL," 1,955,130 "," 164,468 "
LOS ANGELES CA," 1,595,037 "," 144,132 "
MIAMI FL," 1,339,155 "," 17,675 "
SILICON VALLEY," 1,177,609 "," 27,247 "
ORANGE COUNTY," 1,030,185 "," 12,994 "
SAN DIEGO CA," 959,307 "," 69,995 "
PHOENIX AZ," 943,999 "," 6,133 "
DALLAS TX," 942,908 "," 22,157 "
ATLANTA GA," 814,885 "," 24,701 "
DENVER CO," 754,233 "," 12,421 "
AUSTIN TX," 698,371 "," 14,978 "
SEATTLE WA," 671,238 "," 25,063 "
TUCSON AZ," 631,442 "," 5,712 "
SAN FRANCISCO CA," 629,591 "," 213,609 "
SACRAMENTO CA," 545,776 "," 7,044 "
PITTSBURGH PA," 542,085 "," 3,643 "
WASHINGTON DC," 418,859 "," 127,001 "
NASHVILLE TN," 327,225 "," 9,270 "
BOSTON MA," 248,968 "," 80,021 "
Binary file added week1/Completed_Data_Intake_Report_G2M.pdf
Binary file not shown.
Loading