python-CSD-kursu/python-temel/for.sample.2.py
2023-08-24 13:25:31 +03:00

4 lines
63 B
Python

with open('sample.py', 'r') as f:
l = list(f)
print(l)