الرجوع
تسجيل الدخول

What will the following code print?

fhand = open('data.txt')
for line in fhand:
    print(line)