diff --git a/labs06/task02.py b/labs06/task02.py index 7020153..f3e1ff1 100755 --- a/labs06/task02.py +++ b/labs06/task02.py @@ -24,6 +24,7 @@ def most_common_room_number(dane): pass + def cheapest_flats(dane, n): dane2 = dane.sort_values(by=['Expected']) return(dane2.head(n))