Posts by Neo Fink • 79 points
2 posts
-
0
votes1
answer96
viewsQ: Assigning values to repeating variables
I was doing an exercise on the Fibonacci sequence and I was quite confused by the question of assigning values to variables within repetitions. I found a solution as if by luck and ended up not…
-
7
votes2
answers283
viewsQ: Use of empty "print()" in place of " n" before conditions
Have a problem using print() before conditions instead of using \n. For example let’s say I have something basic like: `idade = int(input('Quantos anos você tem?')) if idade > 0 and idade <…