Skip to content

Commit

Permalink
Confirguração do Repositório no Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
rigueti-bruno committed Mar 31, 2024
1 parent feff888 commit fc9c223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion calculo-fatorial-de-um-numero/calculo_fatorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ def fatorial(n):

x = fatorial(int(input("Informe um numero: " )))

print(x)
print(x)
1 change: 1 addition & 0 deletions calculo-salario-liquido-brasil/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Neste projeto eu pretendo desenvolver uma Solução em Python que Retornará o Valor Líquido a ser recebido por um funcionário os todos os valores a serem recolhidos pelo seu empregador para determinar o custo total da mão de obra, informando apenas o valor do Salário Bruto do Empredado e suas horas extras.

0 comments on commit fc9c223

Please sign in to comment.