Posts by Milena Teixeira • 21 points
2 posts
-
-1
votes1
answer233
viewsQ: CRUD in Python - Search() function?
Hello, I am doing a CRUD in Python using files and while doing the function "search" I found myself in a problem. The code is as follows:: def buscar(): n = input('Digite o nome do contato a ser…
-
2
votes1
answer350
viewsQ: Problem in C language, issue with prime numbers
I am solving exercises, in C language, on vectors. The exercise is as follows: Make an algorithm that uses a menu with the following options: sort an ascending 5-position vector, sort a descending…