K Pilih N Python
>>> from math import comb
>>> comb(10,3)
120
Phuong Anh Dang
>>> from math import comb
>>> comb(10,3)
120