import time, random, string time_s_1 = time.time() s1=''.join(random.choice(string.ascii_letters + string.digits) for _ in range(10**7)) ...
確定! 回上一頁