logo-MindMajix
PostPythonPython
S
Sowjanya Mishti

Posted on 24th July 2024|43 views

0
votes

What Is A GET Request In Python?

Please explain me the GET request in python?

1 answers
Answers
P
jordan chris

Posted on 24th July 2024| views

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
Name
Course *
Email *
Phone Number