← Back to Index
import os 
abs_file_path = os.getcwd()
print(f"This is the open file: {abs_file_path}")
while True:
    print(f'aaa ', end='')