We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0609ba5 commit fa659f9Copy full SHA for fa659f9
python-first/chart.py
@@ -40,10 +40,10 @@ def find_match_gen(iterable):
40
positions.append(position)
41
42
list_to_search = build_list(
43
- LIST_SIZE,
44
- {"country": "Nowhere", "population": 10},
45
- {"country": "Atlantis", "population": 100},
46
- position,
+ size=LIST_SIZE,
+ fill={"country": "Nowhere", "population": 10},
+ value={"country": "Atlantis", "population": 100},
+ at_position=position,
47
)
48
49
looping_times.append(
0 commit comments