Posts by CHFerreira • 11 points
1 post
-
-2
votes1
answer90
viewsQ: Calculator of a P.A in python
print('='*50) print('Digite X para calcular o que você não sabe em um P.A') print('='*50) a1=int(input('Digite o 1° Termo:')) r=int(input('Digite a RAZÃO da P.A:')) an=int(input('Digite o ULTIMO…
pythonasked CHFerreira 11