1
Use .subgroups()
to find an example of a group $G$ and an integer $m\\text{,}$ so that (a) $m$ divides the order of $G\\text{,}$ and (b) $G$ has no subgroup of order $m\\text{.}$ (Do not use the group $A_4$ for $G\\text{,}$ since this is in the text.) Provide a single line of Sage code that has all the logic to produce the desired $m$ as its output. (You can give your group a simple name on a prior line and then just reference the group by name.) Here is a very simple example that might help you structure your answer.