这个题怎么写啊在线求解

img


#!/usr/bin/python
# -*- coding: UTF-8 -*-
"""
@author: Roc-xb
"""

if __name__ == '__main__':
    tup3 = ("234289087", "32134352", "34245643", "23436534")
    if "67893212" in tup3:
        print(tup3 * 10)