This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# changing the Lists items | |
List = ["Apple", "Grape", "Mango", "Apple", "Grape"] | |
List[0] = "Guava" | |
# change A list of items up to range | |
# insert an item in a list | |
List[0:2] = ["Orange", " Cherry"] | |
List.insert(3, " Watermelon") | |
# add in a List | |
List.append("Strawberry") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script> | |
<body> | |
<div class="container"> | |
<form> | |
<div id="tidal"> | |
<h1 id="title">Herod Co. Animal Control</h1><strong>Rodent Removal Unit</strong></div></form><br><br><br> | |
<section id="rru-description"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script> | |
<body> | |
<div class="container"> | |
<form> | |
<div id="tidal"> | |
<h1 id="title">Herod Co. Animal Control</h1><strong>Rodent Removal Unit</strong></div></form><br><br><br> | |
<section id="rru-description"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script> | |
<body> | |
<div class="container"> | |
<form> | |
<div id="tidal"> | |
<h1 id="title">Herod Co. Animal Control</h1><strong>Rodent Removal Unit</strong></div></form><br><br><br> | |
<section id="rru-description"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script> | |
<body> | |
<div class="container"> | |
<form> | |
<div id="tidal"> | |
<h1 id="title">Herod Co. Animal Control</h1><strong>Rodent Removal Unit</strong></div></form><br><br><br> | |
<section id="rru-description"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script> | |
<body> | |
<div class="container"> | |
<form> | |
<div id="tidal"> | |
<h1 id="title">Herod Co. Animal Control</h1><strong>Rodent Removal Unit</strong></div></form><br><br><br> | |
<section id="rru-description"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script> | |
<body> | |
<div class="container"> | |
<form> | |
<div id="tidal"> | |
<h1 id="title">Herod Co. Animal Control</h1><strong>Rodent Removal Unit</strong></div></form><br><br><br> | |
<section id="rru-description"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script> | |
<body> | |
<div class="container"> | |
<form> | |
<div id="tidal"> | |
<h1 id="title">Herod Co. Animal Control</h1><strong>Rodent Removal Unit</strong></div></form><br><br><br> | |
<section id="rru-description"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script> | |
<body> | |
<div class="container"> | |
<form> | |
<div id="tidal"> | |
<h1 id="title">Herod Co. Animal Control</h1><strong>Rodent Removal Unit</strong></div></form><br><br><br> | |
<section id="rru-description"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script> | |
<body> | |
<div class="container"> | |
<form> | |
<div id="tidal"> | |
<h1 id="title">Herod Co. Animal Control</h1><strong>Rodent Removal Unit</strong></div></form><br><br><br> | |
<section id="rru-description"> |
OlderNewer