We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2a137 commit 546e2a8Copy full SHA for 546e2a8
exercises/00-welcome/README.md
@@ -4,10 +4,10 @@ Python Requests is the most popular package for consuming APIs and doing HTTP re
4
5
Here you will learn:
6
7
-1. How to do GET requests.
8
-2. How to fetch data properties and information.
9
-3. How to set request headers.
10
-4. How to set request content-type.
11
-5. How to do POST 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?
+5. How to do POST requests?
12
13
-Click the `Next →` button on the top right to continue.
+Click the `Next →` button on the top right to continue.
0 commit comments