llamameta's picture
Create variable
cab21d7 verified
raw
history blame contribute delete
159 Bytes
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))