Skip to content

Commit 69fde21

Browse files
authored
Update weighted_gulfem_solak.py
1 parent 27ea754 commit 69fde21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Week03/weighted_gulfem_solak.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ def weighted_srs(data,n,weights,with_replacement=True):
66
else:
77
return random.sample(data, n)
88

9-
print(weighted_srs(data,n,weights,True))

0 commit comments

Comments
 (0)