📅  最后修改于: 2022-03-11 14:45:07.515000             🧑  作者: Mango
file = input("Which file did you opend last time user:- ")
extenction = file.split(".")
print("humm so last time you opened file extenction was .",extenction[1])