From d4a24c7e3e1f89ea0fe33c1e89ebde66f37f8eba Mon Sep 17 00:00:00 2001 From: Bellp99 Date: Sat, 15 Mar 2025 02:38:51 +0000 Subject: [PATCH] updated --- exercises/00-welcome/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/00-welcome/README.md b/exercises/00-welcome/README.md index 14b765e..ac90ffd 100644 --- a/exercises/00-welcome/README.md +++ b/exercises/00-welcome/README.md @@ -4,9 +4,9 @@ Python Requests is a powerful and widely-used package for interacting with APIs With Python Requests, you can easily make GET, POST, PUT, DELETE, to communicate with web servers and retrieve data. It supports handling authentication, headers, cookies, and sessions, allowing for seamless integration with various web services. -Here you will learn: +Here you will learn the next 5 points: -1. How to do GET requests? +1. How to do GET requests? 2. How to fetch data properties and information? 3. How to set request headers? 4. How to set request content-type?