Posts by Marlon Symczecym • 31 points
2 posts
-
2
votes1
answer2558
viewsA: How to save a result in txt
just take and save the numbers in a list, giving an append, and then create a txt file and make it write. What I did was create an empty list at the beginning, and in your for, instead of printing,…
-
1
votes2
answers259
viewsA: I’m trying to do Bhaskara in Python and even with the highlighted if programming says I can’t turn a Complex into float
good I managed to do otherwise: import math # Recebendo dados a = float(input('Digite o valor de a: ')) b = float(input('\nDigite o valor de b: ')) c = float(input('\nDigite o valor de c: ')) #…
pythonanswered Marlon Symczecym 31