powered by
Shorthand for some common mathematical operators
n %C% kn %P% k
n %P% k
whole number (from n choose/permute k)
Ben Wiseman, benjamin.wiseman@kornferry.com
# Calculate 5 choose 3 print(5 %C% 3) # Calculate 5 permute 3 print(5 %P% 3)
Run the code above in your browser using DataLab