Skip to content

Commit 5ce0784

Browse files
committed
ex.: prob. of FIFA ranking 2022-readme
1 parent 1d863a2 commit 5ce0784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
14) Pickle module, introduction: We use *dump* and *load* to save Python object into a byte stream and vice versa.
1717
15) Classes in Python, introdcution: Class definition and how to get instances from it are mentioned. Also, methods are reviewed. The difference between class variables versus instance variables is expressed. Examples are provided to help the explanation.
1818
16) Three different types of methods (functions) in Python are reviewed: instance method, class method, and static method. We use decorators: @classmethod and @staticmethod, for building class methods or static methods.
19-
17) Exercise: Computing the possible outcomes of a ranking event for the FIFA World Cup 2022, knowing the semi-final matches.
19+
17) Exercise: Computing the possible outcomes of a ranking event for the FIFA World Cup 2022, knowing the semi-final matches, using *itertools.permutations*.

0 commit comments

Comments
 (0)