Skip to content
View SnowballTheLev's full-sized avatar
😏
😏

Block or report SnowballTheLev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SnowballTheLev/README.md
console

$ 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()
$

Pinned Loading

  1. SnowballTheLev SnowballTheLev Public

  2. responsive-web-design-projects responsive-web-design-projects Public

    Projects required to earn freeCodeCamp's (New) Responsive Web Design Certification

    HTML

  3. MinimalistConky MinimalistConky Public

    MinimalistConky 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

  4. i3-config i3-config Public

    This 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