\documentclass[12pt]{article}
\usepackage{fullpage,enumitem,amsmath,amssymb,graphicx}
\usepackage{graphicx} % This is a package for including graphics in your solution.


\begin{document}

\begin{center}
{\Large CS168 Spring 2022, Assignment [number]}

\begin{tabular}{rl}
SUNet ID(s): & \\
Name(s): & \\
Collaborators: & [list all the people you worked with outside your group]
\end{tabular}
\end{center}

By turning in this assignment, I agree by the Stanford honor code and declare
that all of this is work of my group.

\section*{Part 1}

\begin{enumerate}[label=(\alph*)]
  \item (your solution)
  \item (your solution)
\end{enumerate}

\section*{Part 2}

\begin{enumerate}[label=(\alph*)]
  \item (your solution, with code)
\begin{verbatim}
def cow():
    print ``Moo''
\end{verbatim}

  \item (your solution)
\end{enumerate}

\end{document}
