Quiz 15 - Introdução
1. O que significa a sigla JSON?
Java Source Object Network
JavaScript Object Notation
Python Dictionary Format
Just Some Objects Now
2. Qual biblioteca Python é a mais popular para fazer requisições HTTP?
http.client
urllib
requests
fetch
3. Qual código HTTP indica sucesso na requisição?
404
500
200
401
4. Se eu tenho uma string JSON, qual função uso para converter em Dicionário Python?
json.create()
json.dump()
json.loads()
dict()
5. O método HTTP usado para **buscar** informações é:
GET
POST
DELETE
PUSH