PATH: //proc/self/root/opt/alt/python313/lib64/python3.13/_pyrepl
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📄 __main__.py
↓
X
📁 __pycache__/
X
📄 _minimal_curses.py
↓
X
📄 _threading_handler.py
↓
X
📄 base_eventqueue.py
↓
X
📄 commands.py
↓
X
📄 completing_reader.py
↓
X
📄 console.py
↓
X
📄 curses.py
↓
X
📄 fancy_termios.py
↓
X
📄 historical_reader.py
↓
X
📄 input.py
↓
X
📄 keymap.py
↓
X
📄 main.py
↓
X
📄 mypy.ini
↓
X
📄 pager.py
↓
X
📄 reader.py
↓
X
📄 readline.py
↓
X
📄 simple_interact.py
↓
X
📄 trace.py
↓
X
📄 types.py
↓
X
📄 unix_console.py
↓
X
📄 unix_eventqueue.py
↓
X
📄 utils.py
↓
X
📄 windows_console.py
↓
X
📄 windows_eventqueue.py
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: __main__.py
# Important: don't add things to this module, as they will end up in the REPL's # default globals. Use _pyrepl.main instead. # Avoid caching this file by linecache and incorrectly report tracebacks. # See https://github.com/python/cpython/issues/129098. __spec__ = __loader__ = None if __name__ == "__main__": from .main import interactive_console as __pyrepl_interactive_console __pyrepl_interactive_console()
SIMPAN PERUBAHAN