Post

PythonPython

S
Sowjanya Mishti

Posted on 28th March 2024|41 views

0
votes

What Is A GET Request In Python?

Please explain me the GET request in python?

Answers
P
jordan chris

Posted on 28th March 2024

Python request get() method requests toward the web page then returns the status code look at the following code below.

 

import requests

y = requests.get(‘https://mindmajix.com/')

print(y.status_code)

 

Write your answer

STILL GOT QUERIES?

Get a Live FREE Demo
  • Explore the trending and niche courses and learning maps
  • Learn about tuition fee, payment plans, and scholarships
  • Get access to webinars and self-paced learning videos