mirror of
https://github.com/Asabeneh/30-Days-Of-Python.git
synced 2026-06-12 21:01:48 +08:00
eror in function name
This commit is contained in:
parent
f890229105
commit
98ff00ac7f
@ -374,10 +374,10 @@ even_numbers.isdisjoint(odd_numbers) # True, because no common item
|
||||
|
||||
python = {'p', 'y', 't', 'h', 'o','n'}
|
||||
dragon = {'d', 'r', 'a', 'g', 'o','n'}
|
||||
python.disjoint(dragon) # False, there are common items {'o', 'n'}
|
||||
python.isdisjoint(dragon) # False, there are common items {'o', 'n'}
|
||||
```
|
||||
|
||||
🌕 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.
|
||||
🌕 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.
|
||||
|
||||
## 💻 Exercises: Day 7
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user