Posts by user225150 • 9 points
1 post
-
-3
votes2
answers73
viewsQ: how to print words with 7 or more than 7 letters in python
I have to make a code that prints names with more than 7 letters I’m using the pycharm my code is as follows:: nome = input("Digite os nomes separados por vírgula: ") nomes = nome.split(',') def…
pythonasked user225150 9