What are the different types of reuest in python?
Answer / Pranveer Kumar
In Python, a request can be one of several HTTP methods such as GET (used to retrieve data), POST (used to send data), PUT (used to update data), DELETE (used to delete data), and others.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is Python object-oriented or functional programming?
What is python __ init __ method?
How does python interpreter work?
Why is python good for beginners?
Explain about membership operator in python?
What is Dict and List comprehensions are?
Can we write else statement try block in python?
What does by python a scripting language?
How to use decorators in Python?
What does do in python?
What is difference between sort and sorted in python?
How do you sort in descending order in python?