RosettaCodeData/Task/Longest-common-subsequence/Python/longest-common-subsequence-2.py

3 lines
63 B
Python
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
if __name__=="__main__":
import doctest; doctest.testmod()