Posts by Nicolas Amad • 9 points
4 posts
-
0
votes1
answer43
viewsA: Print list of numbers in a range
I really appreciate Woss performing a table test with the variables was a learning that I will take to life ,I managed to remake the algorithm and really as you said many things didn’t make sense…
pythonanswered Nicolas Amad 9 -
-5
votes1
answer43
viewsQ: Print list of numbers in a range
I’m having trouble creating a program that asks the user for two values and prints all primes in that sequence (including the numbers typed) Here comes the code: number_range1=int(input('Digite o…
pythonasked Nicolas Amad 9 -
-1
votes1
answer43
viewsQ: Square does not appear in my CSS code
I’m taking my first steps in html and bumped into my first puzzle. In this small "portfolio" that I am doing I tried to add the image of a square , I had already done some tests and worked very well…
-
2
votes2
answers257
viewsQ: Range of variables in C
I could never understand the question of the range of variables, I know that each one occupies a certain space in memory, but what does the interval mean? When I say a variable char assumes values…