Skip to content

Commit fa659f9

Browse files
committed
TR update
1 parent 0609ba5 commit fa659f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

python-first/chart.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ def find_match_gen(iterable):
4040
positions.append(position)
4141

4242
list_to_search = build_list(
43-
LIST_SIZE,
44-
{"country": "Nowhere", "population": 10},
45-
{"country": "Atlantis", "population": 100},
46-
position,
43+
size=LIST_SIZE,
44+
fill={"country": "Nowhere", "population": 10},
45+
value={"country": "Atlantis", "population": 100},
46+
at_position=position,
4747
)
4848

4949
looping_times.append(

0 commit comments

Comments
 (0)