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

What will happen if you run the following code?

fhand = open('data.txt')
inp = fhand.read()
print(len(inp))