test.py 84 Bytes
Newer Older
chenyuanjie committed
1 2 3 4 5


if __name__ == '__main__':
    num = int('2024-05'.split('-')[-1])
    print(num)