File size: 159 Bytes
cab21d7 |
1 2 3 4 |
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)) |
cab21d7 |
1 2 3 4 |
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)) |