Skip to content

Instantly share code, notes, and snippets.

@MahraibFatima
Created February 27, 2024 17:09
Show Gist options
  • Save MahraibFatima/2fd10e10605a57064e89b8c8e69da2c7 to your computer and use it in GitHub Desktop.
Save MahraibFatima/2fd10e10605a57064e89b8c8e69da2c7 to your computer and use it in GitHub Desktop.
We can use the calendar module in Python to easily print a calendar in just a few lines of code.
import calendar
print(calendar.month(2024, 5))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment