filename = 'pi_million_digits.txt' with open(filename) as file_object: lines = file_object.readlines() pi_string = '' for line in lines: pi_string += line.rstrip() birthday = input("Enter your birthday, in the form mmddyy: ") if birthday in pi_string: print("Your birthday appears in the first million digits of pi!") else:print("Your birthday does not appear in the first million digits of pi.")
pi_million_digits 由于本文件包含圆周率前100万位,若发生服务器卡顿,我将删除该文件