The set of interactive pages with the following structure:
Example of Computations $\mathbb{\implies}$ Your Experiments $\mathbb{\implies}$ Python Modules $\mathbb{\implies}$ Other Languages
Click the $\mathbb{activate}$ button below to display an interactive example.
@interact
def f(n=(1,5,1)):
pretty_print(n,'-element Subsets of the 5-element Set')
S=Combinations(['π¦
','π¦','π¦','π¦','π'],n).list()
for i in range(len(S)):
print([ascii_art(S[i][j]) for j in range(n)])
Type your own SageMath code lines below and click the $\mathbb{evaluate}$ button.
This code cell was evaluated automatically.