Skip to content

Instantly share code, notes, and snippets.

View davicfg's full-sized avatar
🏠
Working from home

Davi Carvalho davicfg

🏠
Working from home
View GitHub Profile
# -*- encoding: latin-1 -*
# Importando a biblioteca de matematica
import math
# Importando a biblioteca de aleatoriedade
import random
# Inicialmente, não temos nenhum ponto 'dentro' do circulo
pontos_no_circulo = 0