Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Datasets:
BlazingCustoms
/
pybytecode-mbpp-3.12
like
0
Follow
Blazing Customs
1
Tasks:
Text Generation
Modalities:
Tabular
Text
Formats:
json
Languages:
English
Size:
< 1K
Tags:
decompilation
python
bytecode
code
mbpp
Libraries:
Datasets
pandas
Polars
+ 1
License:
cc-by-4.0
Dataset card
Data Studio
Files
Files and versions
xet
Community
main
pybytecode-mbpp-3.12
/
src
/
00007.py
coolblaze03
Upload folder using huggingface_hub
1514a0b
verified
3 days ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
70 Bytes
def
remove_kth_element
(
list1, L
):
return
list1[:L -
1
] + list1[L:]