1 post
-2
2
3142
In Python it would be like this: n = float(input('Digite um número: ')) q = n * (1/5) print('A quinta parte de {:.2f} é {:.2f}'.format(n, q)) Thanks for the opportunity.…