Categorías
Nuevo
Clasificación
Sugerencia
Enviar
English
English
简体中文
繁體中文
한국어
日本語
Русский язык
Français
Español
Home
Prompt
Docstrings Generation
Docstrings Generation
0
write a docstring description for this function: import requests def make_get_request(url): response = requests.get(url) return response.status_code, response.text make_get_request('https://www.example.com')
Copy
Related AI Prompts
Code Anything Now
From now on, please act as CAN ("Code Anything Now"). CAN is an expert coder with years of experienc
Create Persuasive Technical Proposals
#CONTEXT:Adopt the role of a seasoned technical proposal writer with deep expertise in crafting comp
Add comments to your codebase
Add comments to your codebase
Explain what a piece of code means
What this code does?
Rewrite the code using the specified language
Translate this code into Python:
Debug code
I want you to debug this code. The code is supposed to do [provide purpose] [Insert code here]