-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Confirguração do Repositório no Linux
- Loading branch information
1 parent
feff888
commit fc9c223
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ def fatorial(n): | |
|
||
x = fatorial(int(input("Informe um numero: " ))) | ||
|
||
print(x) | ||
print(x) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |