Ministério da Educação
Brasil um país de todos
Personal tools
You are here: Home Members Cicero Garrozi Disciplinas 2014 em diante Introdução à Programação Arquivos 2016-1 Algoritmos lista2q4-serie-H.py
Navigation
Log in


Forgot your password?
 
Document Actions

lista2q4-serie-H.py

by Cicero Garrozi last modified 2015-09-10 07:48

Click here to get the file

Size 1 kB - File type text/python-source

File contents

n = int(input("Digite o valor de N para calcular a serie H: "))

h = 1.0
for i in range(2, n+1, 1):
    h += 1.0/i
print("O valor da serie H com %d termos e: %.5f" %(n, h))

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: