Przeglądaj źródła

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 lat temu
rodzic
commit
e4bf72b1f5
1 zmienionych plików z 7 dodań i 7 usunięć
  1. 7
    7
      README-en.md

+ 7
- 7
README-en.md Wyświetl plik

301
 
301
 
302
 The genes in the eyebrows follow these rules:
302
 The genes in the eyebrows follow these rules:
303
 
303
 
304
-    a. If both parents have "angry" eyebrows, the baby will have "unibrow" eyebrows.
305
-    b. If both parents have "unibrow" eyebrows, the baby will have "upset" eyebrows.
306
-    c. In other cases, the baby will inherit the eyebrows with most dominance from the parent's eyebrows.
304
+a. If both parents have "angry" eyebrows, the baby will have "unibrow" eyebrows.
305
+b. If both parents have "unibrow" eyebrows, the baby will have "upset" eyebrows.
306
+c. In other cases, the baby will inherit the eyebrows with most dominance from the parent's eyebrows.
307
 
307
 
308
 
308
 
309
 ### Exercise 2 - Study the `main` function
309
 ### Exercise 2 - Study the `main` function
339
 
339
 
340
 Study the header for the `birth` function. In this function, write the necessary code so baby Piolín has the characteristics dictated by the rules of inheritance exposed previously.
340
 Study the header for the `birth` function. In this function, write the necessary code so baby Piolín has the characteristics dictated by the rules of inheritance exposed previously.
341
 
341
 
342
-      ---
342
+---
343
 
343
 
344
-      ![funcionBirth.png](images/funcionBirth.png)
344
+![funcionBirth.png](images/funcionBirth.png)
345
 
345
 
346
-      **Figure 3.** `Birth` function
346
+**Figure 3.** `Birth` function
347
 
347
 
348
-      ---
348
+---
349
 
349
 
350
 ---
350
 ---
351
 
351