version check

GisangLee·2022년 4월 18일
0

my_module

목록 보기
16/33

1. string 버전 끼리 체크

def versiontuple(v):
    return tuple(map(int, (v.split("."))))

>>> versiontuple("2.3.1") > versiontuple("10.1.1")
False
profile
포폴 및 이력서 : https://gisanglee.github.io/web-porfolio/

0개의 댓글