Upload code
This commit is contained in:
13
IO/Input + outupt.py
Executable file
13
IO/Input + outupt.py
Executable file
@@ -0,0 +1,13 @@
|
||||
import math
|
||||
|
||||
#Eingabe
|
||||
s = int(input("Seitenlänge: "))
|
||||
|
||||
|
||||
#Verarbeitung
|
||||
for i in range(s):
|
||||
print(s * "* ")
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user