fork download
  1. nomes = "Alexandre,Eduardo,Henrique,Murilo,Theo,André,Enrico,Henry,Nathan,Thiago,Antônio,Enzo,Ian,Otávio,Thomas,Augusto,Erick,Isaac,Pietrp,Vicente,Letícia,Maya,Sara,Yasmin"
  2. nomes = nomes.split(",")
  3.  
  4.  
  5. print(*filter(lambda nome: len(nome) >= 7, nomes), sep="\n" )# your code goes here
Success #stdin #stdout 0.02s 9204KB
stdin
Standard input is empty
stdout
Alexandre
Eduardo
Henrique
Antônio
Augusto
Vicente
Letícia