mirror of
https://github.com/carlospolop/hacktricks
synced 2025-02-16 14:08:26 +00:00
GitBook: [master] one page modified
This commit is contained in:
parent
5acd0ac9ea
commit
2a500400aa
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ myset.symmetric\_difference\_update\(myset2\) \#myset = Elements that are not in
|
||||||
|
|
||||||
The method in \_\_It\_\_ will be the one used by sort in order to compare if an object of this class is bigger than other
|
The method in \_\_It\_\_ will be the one used by sort in order to compare if an object of this class is bigger than other
|
||||||
|
|
||||||
```text
|
```python
|
||||||
class Person(name):
|
class Person(name):
|
||||||
def __init__(self,name):
|
def __init__(self,name):
|
||||||
self.name= name
|
self.name= name
|
||||||
|
|
Loading…
Add table
Reference in a new issue