with open("demo.txt") as file:
    print(file.readline())