read_file.py

Created by valmontechno

Created on June 12, 2024

129 Bytes


print(open('main_3d.py', 'r'))

with open('main_3d.py', 'r') as file:
    for line in file:
        print(line)