Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkx8326/days_in_a_month_with_python
This is a simple set of Python codes that will give the user the number of days in a month the user gives to the program. For this program to work, the user will provide the year and the month, and the program will return the number of days in that month. The program can also determine if the given year is a leap year and provide a correct number of date for February.
https://github.com/pkx8326/days_in_a_month_with_python
leapyear python
Last synced: 1 day ago
JSON representation
This is a simple set of Python codes that will give the user the number of days in a month the user gives to the program. For this program to work, the user will provide the year and the month, and the program will return the number of days in that month. The program can also determine if the given year is a leap year and provide a correct number of date for February.
- Host: GitHub
- URL: https://github.com/pkx8326/days_in_a_month_with_python
- Owner: pkx8326
- Created: 2022-01-29T16:04:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-29T16:32:48.000Z (almost 3 years ago)
- Last Synced: 2024-01-08T11:17:46.712Z (10 months ago)
- Topics: leapyear, python
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Days_in_a_month_with_Python
This is a simple set of Python codes that will give the user the number of days in a month the user gives to the program. For this program to work, the user will provide the year and the month, and the program will return the number of days in that month. The program can also determine if the given year is a leap year and provide a correct number of date for February.