Posts by Victor Hugo • 1 point
2 posts
-
-1
votes1
answer107
viewsQ: An exercise in python but I could not understand the logic
If you can help me mainly understand I’ll be grateful The functions below constitute part of a library edited into a file, named f_matrix.py and properly installed with path assigned to the list in…
pythonasked Victor Hugo 1 -
-1
votes1
answer82
viewsQ: Print prime numbers in range 0-N
Basically the program must check and display all prime numbers up to the entered value. I have already made a code that checks if it is prime or not (the check has to be done by a function), but I…
pythonasked Victor Hugo 1