PATH: //opt/alt/python311/lib64/python3.11/test/test_future_stmt
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📁 __pycache__/
X
📄 badsyntax_future10.py
↓
X
📄 badsyntax_future3.py
↓
X
📄 badsyntax_future4.py
↓
X
📄 badsyntax_future5.py
↓
X
📄 badsyntax_future6.py
↓
X
📄 badsyntax_future7.py
↓
X
📄 badsyntax_future8.py
↓
X
📄 badsyntax_future9.py
↓
X
📄 future_test1.py
↓
X
📄 future_test2.py
↓
X
📄 test_future.py
↓
X
📄 test_future_flags.py
↓
X
📄 test_future_multiple_features.py
↓
X
📄 test_future_multiple_imports.py
↓
X
📄 test_future_single_import.py
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: future_test1.py
"""This is a test""" # Import the name nested_scopes twice to trigger SF bug #407394 (regression). from __future__ import nested_scopes, nested_scopes def f(x): def g(y): return x + y return g result = f(2)(4)
SIMPAN PERUBAHAN