{"nbformat":4,"nbformat_minor":0,"metadata":{"colab":{"provenance":[]},"kernelspec":{"name":"python3","display_name":"Python 3"}},"cells":[{"cell_type":"markdown","metadata":{"id":"9vv0rpCuGI-0"},"source":["# Python course 2023 - Exercises B\n","\n"]},{"cell_type":"markdown","metadata":{"id":"SL5Jk3GHIMLx"},"source":["## Part3 - range & enumerate"]},{"cell_type":"markdown","metadata":{"id":"A65Z5AeQIQrQ"},"source":["\n","\n","---\n","3.1) Write a script to print 50x \"here\" and the current value of the control variable!\n"]},{"cell_type":"code","metadata":{"id":"kwRdBZ5lIaWb"},"source":[],"execution_count":null,"outputs":[]},{"cell_type":"markdown","metadata":{"id":"EXYM3E55Iaf4"},"source":["\n","\n","---\n","3.2) Write a script to walk through the species list and to print the character from the species where the index corresponds to the current control variable value!\n"]},{"cell_type":"code","source":[],"metadata":{"id":"nfCuF_1Drs5E"},"execution_count":null,"outputs":[]},{"cell_type":"markdown","source":["---\n","#Bonus tasks"],"metadata":{"id":"QRV4yKmJREPD"}},{"cell_type":"markdown","source":[""],"metadata":{"id":"viFn6bijRJvL"}},{"cell_type":"code","metadata":{"id":"xf1tPln-Im6w"},"source":[],"execution_count":null,"outputs":[]},{"cell_type":"markdown","source":[""],"metadata":{"id":"B7QuZhYZRRDB"}},{"cell_type":"code","source":[],"metadata":{"id":"HBH3oFg0RRUM"},"execution_count":null,"outputs":[]},{"cell_type":"markdown","source":[""],"metadata":{"id":"z3kIlOvgRRdm"}},{"cell_type":"code","source":[],"metadata":{"id":"ROvaoUIaRRon"},"execution_count":null,"outputs":[]},{"cell_type":"markdown","source":[""],"metadata":{"id":"7y2BoakwRRze"}},{"cell_type":"code","source":[],"metadata":{"id":"s4SRZoueRR6C"},"execution_count":null,"outputs":[]}]}
\ No newline at end of file
%% Cell type:markdown id: tags:
# Python course 2023 - Exercises B
%% Cell type:markdown id: tags:
## Part3 - range & enumerate
%% Cell type:markdown id: tags:
---
3.1) Write a script to print 50x "here" and the current value of the control variable!
%% Cell type:code id: tags:
```
```
%% Cell type:markdown id: tags:
---
3.2) Write a script to walk through the species list and to print the character from the species where the index corresponds to the current control variable value!