Posts by Edson Castro • 11 points
1 post
-
0
votes1
answer978
viewsQ: Determine the largest prime number after a value is given using while function
I have to create an exercise to discover the largest prime number after being provided me a certain value using the while function, which is wrong in what I created below?? def maior_primo(n): x=0…