Skip to content

Commit

Permalink
Acessando o site Pudim
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfelipeog committed Sep 4, 2020
1 parent a8a9b72 commit f12a48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mundo_3_EstruturasCompostas/ex114.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"""
# Necessário instalar a biblioteca "requests" para importação
import requests

try:
# A variável "response" recebe o objeto Response gerado pela requisição de metodo GET
url = 'http:https://www.pudim.com.br/'
response = requests.get(url)

print(f'\n\33[32m{" CONEXÃO REALIZADA ":-^43}')
print('Parece que você CONSEGUIU entrar no site...')
print(f'URL: {url}'.center(43))
Expand Down

0 comments on commit f12a48d

Please sign in to comment.