Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 26b76c5

Browse files
authored
Update README.md
1 parent edd156a commit 26b76c5

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

Degrees/README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
1+
12
# 🕵️ Degrees Project
23

3-
Write a program that determines how many “degrees of separation” apart two actors are.
4+
**Objective:** Write a program that determines how many “degrees of separation” apart two actors are.
5+
6+
## 📺 Demonstration
7+
8+
```
9+
$ python degrees.py large
10+
Loading data...
11+
Data loaded.
12+
Name: Emma Watson
13+
Name: Jennifer Lawrence
14+
3 degrees of separation.
15+
1: Emma Watson and Brendan Gleeson starred in Harry Potter and the Order of the Phoenix
16+
2: Brendan Gleeson and Michael Fassbender starred in Trespass Against Us
17+
3: Michael Fassbender and Jennifer Lawrence starred in X-Men: First Class
18+
```
419

520
## 🌉 Background
621

0 commit comments

Comments
 (0)