Posts by Marcos Matsumoto • 11 points
1 post
-
1
votes4
answers4955
viewsA: Questions about Python functions
So that the square is fully filled by "#" largura = int(input("Digite a largura: ")) print("") altura = int(input("Digite a altura: ")) print("") caractere = "#" def retângulo(caractere, largura,…
pythonanswered Marcos Matsumoto 11