-
Notifications
You must be signed in to change notification settings - Fork 0
/
laboratorio2.py
26 lines (22 loc) · 945 Bytes
/
laboratorio2.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
print("\n*** LABORATORIO 2***")
print(" *")
print(" * *\n * *\n * *\n *** ***\n * *\n * *")
print(" *****\n")
#Printed the same flecha but duplicate the size conserviting the proportions
print("Duplicación de la flecha, dos veces mas grande manteniendo las proporciones")
print(" *\n")
print(" * *\n\n * *\n\n * *\n\n* * * * * *\n\n * *\n\n * *\n")
print(" * * * * *")
#duplicación de la flecha dos veces
print("\nDuplicando la flecha")
print(" * " * 2)
print(" * * " * 2)
print(" * * " * 2)
print(" * * " * 2)
print(" *** *** " * 2)
print(" * * " * 2)
print(" * * " * 2)
print(" ***** " * 2)
#print("* *\n * *\n *** ***\n * *\n * *" *2)
#print(" *****\n")
# https://docs.google.com/document/d/1AbXY1bsKK3OTKsD8lhVhXjDUzLJnzpxXt7XcOcKjG3M/edit?usp=sharing