$ python3
Python 3.13.5 (main, Jun 25 2025, 18:55:22) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> sort_months = lambda months: sorted(months)
>>> months = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']
>>> print(sort_months(months))
['April', 'August', 'December', 'February', 'January', 'July', 'June', 'March', 'May', 'November', 'October', 'September']
>>> exit()
$
😏
lambda months: sorted(months)
Pinned Loading
-
-
responsive-web-design-projects
responsive-web-design-projects PublicProjects required to earn freeCodeCamp's (New) Responsive Web Design Certification
HTML
-
MinimalistConky
MinimalistConky PublicMinimalistConky is a lightweight, simple and minimalistic conky configuration that provides system information and task monitoring on your Xfce desktop. It features clean and simple design, and eas…
Shell 3
-
i3-config
i3-config PublicThis repository contains configuration files for the i3 tiling window manager on Debian GNU/Linux 12 (bookworm). The configuration is not intended to provide a productive or efficient window manage…
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

