Skip to content

Commit b6d8df5

Browse files
committed
Finalizado el apartado
1 parent 618fd92 commit b6d8df5

File tree

56 files changed

+293
-16
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+293
-16
lines changed

.learn/resets/01-hello-world/app.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Your code here
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
my_list = ['sunday', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday']
2+
3+
# 1. Print the 3rd item here
4+
5+
# 2. Change the value of 'thursday' to None
6+
7+
# 3. Print that position now here
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
my_list = [4,5,734,43,45,100,4,56,23,67,23,58,45,3,100,4,56,23]
2+
3+
# Print in the console the 1st element on the list
4+
5+
# Print in the console the 4th element on the list
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# import the random package here "import random"
2+
import random
3+
4+
def generate_random_list():
5+
aux_list = []
6+
randonlength = random.randint(1, 100)
7+
8+
for i in range(randonlength):
9+
aux_list.append(randonlength)
10+
i += i
11+
return aux_list
12+
13+
my_stupid_list = generate_random_list()
14+
15+
# Write your code below this comment, good luck!
16+
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Your code here, have fun:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Remember to import random function here
2+
3+
my_list = [4, 5, 734, 43, 45]
4+
5+
# The magic goes below

.learn/resets/02-Loop-list/app.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
my_list = [232,32,1,4,55,4,3,32,3,24,5,5,5,34,2,35,5365743,52,34,3,55]
2+
3+
# Your code here
4+
print(my_list[0])
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
my_sample_list = [3423,5,4,47889,654,8,867543,23,48,56432,55,23,25,12]
2+
3+
# Modify the loop below to print from end to start
4+
5+
for i in range(0, len(my_sample_list)):
6+
print(my_sample_list[i])
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
my_sample_list = [3423,5,4,47889,654,8,867543,23,48,56432,55,23,25,12]
2+
3+
# Your code below, don't change anything above
4+
5+
for i in range(0, len(my_sample_list), 1):
6+
print(my_sample_list[i])
7+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
my_list = [3423,5,4,47889,654,8,867543,23,48,56432,55,23,25,12]
2+
3+
# Your code here
4+
inicial_value = 0
5+
stop_value = 0
6+
increase_value = 0
7+
8+
for i in range(inicial_value, stop_value, increase_value):
9+
print(my_list[i])
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
names = ['Esmeralda','Kiko','Ruth','Lebron','Pedro','Maria','Lou','Fernando','Cesco','Bart','Annie']
2+
3+
# Your code here
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
people = ['Lebron','Aaliyah','Diamond','Dominique','Aliyah','Jazmin','Darnell','Hatfield','Hawkins','Hayden','Hayes','Haynes','Hays','Head','Heath','Hebert','Henderson','Hendricks','Hendrix','Henry','Hensley','Henson','Herman','Hernandez','Herrera','Herring','Hess','Hester','Hewitt','Hickman','Hicks','Higgins','Hill','Hines','Hinton','Hobbs','Hodge','Hodges','Hoffman','Hogan','Holcomb','Holden','Holder','Holland','Holloway','Holman','Holmes','Holt','Hood','Hooper','Hoover','Hopkins','Hopper','Horn','Horne','Horton','House','Houston','Howard','Howe','Howell','Hubbard','Huber','Hudson','Huff','Wally','Hughes','Hull','Humphrey','Hunt','Hunter','Hurley','Hurst','Hutchinson','Hyde','Ingram','Irwin','Jackson','Jacobs','Jacobson','James','Jarvis','Jefferson','Jenkins','Jennings','Jensen','Jimenez','Johns','Johnson','Johnston','Jones','Jordan','Joseph','Joyce','Joyner','Juarez','Justice','Kane','Kaufman','Keith','Keller','Kelley','Kelly','Kemp','Kennedy','Kent','Kerr','Key','Kidd','Kim','King','Kinney','Kirby','Kirk','Kirkland','Klein','Kline','Knapp','Knight','Knowles','Knox','Koch','Kramer','Lamb','Lambert','Lancaster','Landry','Lane','Lang','Langley','Lara','Larsen','Larson','Lawrence','Lawson','Le','Leach','Leblanc','Lee','Leon','Leonard','Lester','Levine','Levy','Lewis','Lindsay','Lindsey','Little','Livingston','Lloyd','Logan','Long','Lopez','Lott','Love','Lowe','Lowery','Lucas','Luna','Lynch','Lynn','Lyons','Macdonald','Macias','Mack','Madden','Maddox','Maldonado','Malone','Mann','Manning','Marks','Marquez','Marsh','Marshall','Martin','Martinez','Mason','Massey','Mathews','Mathis','Matthews','Maxwell','May','Mayer','Maynard','Mayo','Mays','Mcbride','Mccall','Mccarthy','Mccarty','Mcclain','Mcclure','Mcconnell','Mccormick','Mccoy','Mccray','Wally','Mcdaniel','Mcdonald','Mcdowell','Mcfadden','Mcfarland','Mcgee','Mcgowan','Mcguire','Mcintosh','Mcintyre','Mckay','Mckee','Mckenzie','Mckinney','Mcknight','Mclaughlin','Mclean','Mcleod','Mcmahon','Mcmillan','Mcneil','Mcpherson','Meadows','Medina','Mejia','Melendez','Melton','Mendez','Mendoza','Mercado','Mercer','Merrill','Merritt','Meyer','Meyers','Michael','Middleton','Miles','Miller','Mills','Miranda','Mitchell','Molina','Monroe','Lucas','Jake','Scott','Amy','Molly','Hannah','Lucas']
2+
3+
# Your code here

.learn/resets/03-flip_list/app.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sample_list = [45, 67, 87, 23, 5, 32, 60]
2+
3+
# Your code below

.learn/resets/04-mixed_list/app.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
mix = [42, True, "towel", [2,1], 'hello', 34.4, {"name": "juan"}]
2+
3+
# Your code below

.learn/resets/04.1-count_on/app.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
my_list = [42, True, "towel", [2,1], 'hello', 34.4, {"name": "juan"}]
2+
3+
# Your code here

.learn/resets/05-Sum_all_items/app.py

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
my_sample_list = [3423,5,4,47889,654,8,867543,23,48,5345,234,6,78,54,23,67,3,6,432,55,23,25,12]
2+
3+
def sum_all_values(list):
4+
total = 0
5+
# The magic happens here
6+
7+
8+
return total
9+
10+
print(sum_all_values(my_sample_list))
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
my_list = [4,5,734,43,45,100,4,56,23,67,23,58,45]
2+
3+
# Your code here
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
my_list = [3344,34334,454543,342534,4563456,3445,23455,234,262,2335,43323,4356,345,4545,452,345,434,36,345,4334,5454,345,4352,23,365,345,47,63,425,6578759,768,834,754,35,32,445,453456,56,7536867,3884526,4234,35353245,53244523,566785,7547,743,4324,523472634,26665,63432,54645,32,453625,7568,5669576,754,64356,542644,35,243,371,3251,351223,13231243,734,856,56,53,234342,56,545343]
2+
3+
4+
for i in my_list:
5+
# The magic happens here
6+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
my_list = [1, 0, 0, 0, 1, 0, 0, 0, 1, 1]
2+
3+
def my_function(numbers):
4+
new_list = []
5+
for i in numbers:
6+
# The magic happens here
7+
8+
9+
return new_list
10+
11+
print(my_function(my_list))

.learn/resets/07-Do_while/app.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Your code here
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
people = ['juan','ana','michelle','daniella','stefany','lucy','barak']
2+
3+
def delete_person(person_name):
4+
# Your code here
5+
6+
7+
8+
# Don't delete anything below
9+
print(delete_person("daniella"))
10+
print(delete_person("juan"))
11+
print(delete_person("emilio"))

.learn/resets/08.1-Merge_list/app.py

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
chunk_one = ['Lebron', 'Aaliyah', 'Diamond', 'Dominique', 'Aliyah', 'Jazmin', 'Darnell']
2+
chunk_two = ['Lucas', 'Jake', 'Scott', 'Amy', 'Molly', 'Hannah', 'Lucas']
3+
4+
5+
def merge_list(list1, list2):
6+
# Your code here
7+
8+
9+
print(merge_list(chunk_one, chunk_two))
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
list_of_numbers = [4, 80, 85, 59, 37, 25, 5, 64, 66, 81, 20, 64, 41, 22, 76, 76, 55, 96, 2, 68]
2+
3+
# Your code here
4+
5+
6+
print(sort_odd_even(list_of_numbers))
7+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
my_list = [43,23,6,87,43,1,4,6,3,67,8,3445,3,7,5435,63,346,3,456,734,6,34]
2+
3+
# Your code here
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
my_list = [3344,34334,454543,342534,4563456,3445,23455,234,262,2335,43323,4356,345,4545,452,345,434,36,345,4334,5454,345,4352,23,365,345,47,63,425,6578759,768,834,754,35,32,445,453456,56,7536867,3884526,4234,35353245,53244523,566785,7547,743,4324,523472634,26665,63432,54645,32,453625,7568,5669576,754,64356,542644,35,243,371,3251,351223,13231243,734,856,56,53,234342,56,545343]
2+
3+
# Your code here

.learn/resets/10-Find_avg/app.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
my_list = [2323,4344,2325,324413,21234,24531,2123,42234,544,456,345,42,5445,23,5656,423]
2+
3+
# Your code here
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
contact = {
2+
"fullname": "Jane Doe",
3+
"phone": "321-321-4321",
4+
"email": "test@test.com"
5+
}
6+
7+
# Your code here
8+

.learn/resets/11-Nested_list/app.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
coordinates_list = [[33.747252, -112.633853], [-33.867886, -63.987], [41.303921, -81.901693], [-33.350534, -71.653268]]
2+
3+
# Your code here

exercises/01-hello-world/app.py

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
# Your code here
2+
print("Hello World")
+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
my_list = ['sunday', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday']
22

33
# 1. Print the 3rd item here
4-
4+
print(my_list[2])
55
# 2. Change the value of 'thursday' to None
6-
6+
my_list[4] = None
77
# 3. Print that position now here
8+
print(my_list[4])

exercises/01.2-Retrieve-items/app.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
my_list = [4,5,734,43,45,100,4,56,23,67,23,58,45,3,100,4,56,23]
22

33
# Print in the console the 1st element on the list
4-
4+
print(my_list[0])
55
# Print in the console the 4th element on the list
6+
print(my_list[3])

exercises/01.3-Print-the-last-one/app.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ def generate_random_list():
1313
my_stupid_list = generate_random_list()
1414

1515
# Write your code below this comment, good luck!
16-
16+
the_last_one = my_stupid_list[len(my_stupid_list)-1]
17+
print(the_last_one)

exercises/01.4-loop-seventeen/app.py

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# Your code here, have fun:
2+
for i in range(1,18):
3+
print(i)

exercises/01.5-Add-item-to-list/app.py

+4
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
my_list = [4, 5, 734, 43, 45]
44

55
# The magic goes below
6+
import random
7+
for i in range(0,10):
8+
my_list.append(random.randint(0,10))
9+
print(my_list)

exercises/02-Loop-list/app.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
my_list = [232,32,1,4,55,4,3,32,3,24,5,5,5,34,2,35,5365743,52,34,3,55]
22

33
# Your code here
4-
print(my_list[0])
4+
for i in range(len(my_list)):
5+
print(my_list[i])
6+

exercises/02.1-Loop-from-the-top/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Modify the loop below to print from end to start
44

55
for i in range(0, len(my_sample_list)):
6-
print(my_sample_list[i])
6+
print(my_sample_list[len(my_sample_list)-1-i])

exercises/02.2-Loop-adding-two/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
# Your code below, don't change anything above
44

5-
for i in range(0, len(my_sample_list), 1):
5+
for i in range(0, len(my_sample_list), 2):
66
print(my_sample_list[i])
77

Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
my_list = [3423,5,4,47889,654,8,867543,23,48,56432,55,23,25,12]
22

33
# Your code here
4-
inicial_value = 0
5-
stop_value = 0
6-
increase_value = 0
4+
inicial_value = len(my_list)//2
5+
stop_value = len(my_list)
6+
increase_value = 1
77

88
for i in range(inicial_value, stop_value, increase_value):
99
print(my_list[i])
+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
names = ['Esmeralda','Kiko','Ruth','Lebron','Pedro','Maria','Lou','Fernando','Cesco','Bart','Annie']
22

33
# Your code here
4+
for i in range(len(names)-1,-1,-1):
5+
if len(names)-1 == i:
6+
names[i]="Pepe"
7+
elif i==1:
8+
names[i]="Steven"
9+
elif i == 0:
10+
names[i]=names[2]+names[4]
11+
print(names[i])
12+

exercises/02.5-Finding_wally/app.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
people = ['Lebron','Aaliyah','Diamond','Dominique','Aliyah','Jazmin','Darnell','Hatfield','Hawkins','Hayden','Hayes','Haynes','Hays','Head','Heath','Hebert','Henderson','Hendricks','Hendrix','Henry','Hensley','Henson','Herman','Hernandez','Herrera','Herring','Hess','Hester','Hewitt','Hickman','Hicks','Higgins','Hill','Hines','Hinton','Hobbs','Hodge','Hodges','Hoffman','Hogan','Holcomb','Holden','Holder','Holland','Holloway','Holman','Holmes','Holt','Hood','Hooper','Hoover','Hopkins','Hopper','Horn','Horne','Horton','House','Houston','Howard','Howe','Howell','Hubbard','Huber','Hudson','Huff','Wally','Hughes','Hull','Humphrey','Hunt','Hunter','Hurley','Hurst','Hutchinson','Hyde','Ingram','Irwin','Jackson','Jacobs','Jacobson','James','Jarvis','Jefferson','Jenkins','Jennings','Jensen','Jimenez','Johns','Johnson','Johnston','Jones','Jordan','Joseph','Joyce','Joyner','Juarez','Justice','Kane','Kaufman','Keith','Keller','Kelley','Kelly','Kemp','Kennedy','Kent','Kerr','Key','Kidd','Kim','King','Kinney','Kirby','Kirk','Kirkland','Klein','Kline','Knapp','Knight','Knowles','Knox','Koch','Kramer','Lamb','Lambert','Lancaster','Landry','Lane','Lang','Langley','Lara','Larsen','Larson','Lawrence','Lawson','Le','Leach','Leblanc','Lee','Leon','Leonard','Lester','Levine','Levy','Lewis','Lindsay','Lindsey','Little','Livingston','Lloyd','Logan','Long','Lopez','Lott','Love','Lowe','Lowery','Lucas','Luna','Lynch','Lynn','Lyons','Macdonald','Macias','Mack','Madden','Maddox','Maldonado','Malone','Mann','Manning','Marks','Marquez','Marsh','Marshall','Martin','Martinez','Mason','Massey','Mathews','Mathis','Matthews','Maxwell','May','Mayer','Maynard','Mayo','Mays','Mcbride','Mccall','Mccarthy','Mccarty','Mcclain','Mcclure','Mcconnell','Mccormick','Mccoy','Mccray','Wally','Mcdaniel','Mcdonald','Mcdowell','Mcfadden','Mcfarland','Mcgee','Mcgowan','Mcguire','Mcintosh','Mcintyre','Mckay','Mckee','Mckenzie','Mckinney','Mcknight','Mclaughlin','Mclean','Mcleod','Mcmahon','Mcmillan','Mcneil','Mcpherson','Meadows','Medina','Mejia','Melendez','Melton','Mendez','Mendoza','Mercado','Mercer','Merrill','Merritt','Meyer','Meyers','Michael','Middleton','Miles','Miller','Mills','Miranda','Mitchell','Molina','Monroe','Lucas','Jake','Scott','Amy','Molly','Hannah','Lucas']
22

33
# Your code here
4+
for i in range(0,len(people)):
5+
if people[i]=="Wally":
6+
print(i)

exercises/03-flip_list/app.py

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
sample_list = [45, 67, 87, 23, 5, 32, 60]
22

33
# Your code below
4+
new_list = []
5+
6+
for i in range(len(sample_list)-1,-1,-1):
7+
new_list.append(sample_list[i])
8+
9+
10+
print("Initial list: ", sample_list)
11+
print("Final list: ", new_list)

exercises/04-mixed_list/app.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
mix = [42, True, "towel", [2,1], 'hello', 34.4, {"name": "juan"}]
22

33
# Your code below
4+
for i in range(0,len(mix)):
5+
print(type(mix[i]))

exercises/04.1-count_on/app.py

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
my_list = [42, True, "towel", [2,1], 'hello', 34.4, {"name": "juan"}]
22

33
# Your code here
4+
new_list = []
5+
6+
for i in range(0,len(my_list)):
7+
if type(my_list[i])==list or type(my_list[i])==dict:
8+
new_list.append(my_list[i])
9+
print(new_list)

exercises/05-Sum_all_items/app.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
def sum_all_values(list):
44
total = 0
55
# The magic happens here
6-
6+
for i in range(0,len(my_sample_list)):
7+
total = total + my_sample_list[i]
78

89
return total
910

exercises/05.1-sum_odd_items/app.py

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
my_list = [4,5,734,43,45,100,4,56,23,67,23,58,45]
22

33
# Your code here
4+
def sum_odds():
5+
result = 0
6+
for i in range(0,len(my_list)):
7+
if (my_list[i] % 2 != 0):
8+
result += my_list[i]
9+
10+
print(result)
11+
return result
12+
sum_odds()

exercises/06-Print_by_condition/app.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33

44
for i in my_list:
55
# The magic happens here
6-
6+
aux_list = []
7+
if i % 14 == 0:
8+
aux_list.append(i)
9+
print(i)

exercises/06.1-Everything_is_awesome/app.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ def my_function(numbers):
44
new_list = []
55
for i in numbers:
66
# The magic happens here
7-
7+
if i == 1:
8+
new_list.append(i)
9+
if i == 0:
10+
new_list.append("Yahoo")
811

912
return new_list
1013

exercises/07-Do_while/app.py

+11
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
11
# Your code here
2+
i = 20
3+
while i >= 1:
4+
if i % 5 == 0:
5+
print("%(i)d!"%{"i":i})
6+
else:
7+
print(i)
8+
if i == 1:
9+
print("LIFTOFF")
10+
i -= 1
11+
12+

exercises/08-Delete_element/app.py

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
def delete_person(person_name):
44
# Your code here
5-
5+
aux_people = []
6+
for i in people:
7+
if person_name != i:
8+
aux_people.append(i)
9+
#aux_people.append(i)
10+
#if(person_name in aux_people):
11+
# aux_people.remove(person_name)
12+
return aux_people
613

714

815
# Don't delete anything below

0 commit comments

Comments
 (0)