Skip to content

Commit

Permalink
add estatisticas
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladeia committed Oct 3, 2017
1 parent 33cb4dc commit 4113caa
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions caipyra/estatisticas.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# coding: utf-8
def pacoquinhas(self):
print('Juntos somos mais fortes, em 2016 comemos 400 paçoquinhas!')
print('Em 2017 extrapolamos, comemos 825 paçoquinhas! Precisamos malhar!')


def quentao(self):
print('Em 2016 bebemos juntos 125 litros de quentão, avante!')
print('Em 2017 foram apenas 30 litros de quentão :-(')


def sonhos(self):
print('Em 2016 foram realizados 696 mil sonhos, e não foram os de goiabada...')


def carreta furacao(self):
print('Em 2016 existiam 55 doidos na carreta furacão.')
print('Em 2017, 90 doidos faziam isso, socorro!')

3 comments on commit 4113caa

@jtemporal
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sabe q eu tinha em mente algo diferente? algo tipo uma função q recebe o ano e dps "cospe" na tela a info.... mas olha ate q ta bunito isso sor! ahahah ❤ cade meu PR? hahaha

@Ladeia
Copy link
Owner Author

@Ladeia Ladeia commented on 4113caa Oct 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ha ha ha, se quiser posso adaptar para por por ano, ficaria bacana tb?

Talvez um método por ano, e outro por estatistica?

@jtemporal
Copy link

@jtemporal jtemporal commented on 4113caa Oct 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

meu eu acho q assim ta bonitinho rs

se quiser mandar por ano é escolha tua. do jeito que ta eu ja aceitaria o PR feliz ;)

Please sign in to comment.