with open("reflection-final-good.py", "r") as f: # Ganti your_script.py dengan nama file skrip Anda | |
script_content = f.read() | |
print(repr(script_content)) |
with open("reflection-final-good.py", "r") as f: # Ganti your_script.py dengan nama file skrip Anda | |
script_content = f.read() | |
print(repr(script_content)) |