resist = 5if resist == 0: pvs = 1else: pvs = resist * 5 print(f'O personagem possui {pvs} pontos de vida')
Standard input is empty
O personagem possui 25 pontos de vida
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!