Skip to content

Commit 98ff00a

Browse files
eror in function name
1 parent f890229 commit 98ff00a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

07_Day_Sets/07_sets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,10 +374,10 @@ even_numbers.isdisjoint(odd_numbers) # True, because no common item
374374

375375
python = {'p', 'y', 't', 'h', 'o','n'}
376376
dragon = {'d', 'r', 'a', 'g', 'o','n'}
377-
python.disjoint(dragon) # False, there are common items {'o', 'n'}
377+
python.isdisjoint(dragon) # False, there are common items {'o', 'n'}
378378
```
379379

380-
🌕 You are a rising star . You have just completed day 7 challenges and you are 7 steps a head in to your way to greatness. Now do some exercises for your brain and for your muscle.
380+
🌕 You are a rising star . You have just completed day 7 challenges and you are 7 steps ahead in to your way to greatness. Now do some exercises for your brain and for your muscle.
381381

382382
## 💻 Exercises: Day 7
383383

0 commit comments

Comments
 (0)