import math # Eingabe s = int(input("Seitenlänge: ")) # Verarbeitung for i in range(s): print(s * "* ")