Skip to content

jisaacstone/datepal_23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find the nearest palindromic date to a given date

Usage

command line:

	$ python -m datepal 1776
	1771

python:

	>>> from datepal import datepal
	>>> datepal.nearest_palindrome(1776)
	1771

Testing

use the runtests shell script. If that doesn't work run python setup.py test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published