Posts by Wellington Felix • 26 points
3 posts
-
0
votes1
answer167
viewsA: How do I import text source files into Tkinter in Python?
In this case, you can create an executable of your project with Pyinstaller, it will create an executable to run on any machine, even if you haven’t installed Python.
-
0
votes1
answer44
viewsQ: How to create a list that has two mini lists inside it
How to create only one list that has two mini lists within it. And the size is idetermined, that is, as long as user wants to add values within this list (internal) it will add.
python-3.xasked Wellington Felix 26 -
-2
votes1
answer55
viewsQ: Why are you printing strange character at the end of the palindrome evaluation?
#include <stdio.h> #include <string.h> #include <ctype.h> int main() { char frase[200], vetor_frase[200], palindromo[200]; int j = strlen(frase), x = 0, p =0; printf("Digite uma…
casked Wellington Felix 26