Created
November 19, 2020 02:25
-
-
Save tsuccar/8dc5ec0fa01ece46f2b48d11ae11843d to your computer and use it in GitHub Desktop.
Created on Skills Network Labs
This file contains hidden or 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
| {"cells":[{"cell_type":"markdown","metadata":{},"source":["<center>\n"," <img src=\"https://s3-api.us-geo.objectstorage.softlayer.net/cf-courses-data/CognitiveClass/Logos/organization_logo/organization_logo.png\" width=\"300\" alt=\"cognitiveclass.ai logo\" />\n","</center>\n"]},{"cell_type":"markdown","metadata":{},"source":["<h3 align=center>Create a Tuple</h3>\n"]},{"cell_type":"markdown","metadata":{},"source":["create the Tuple <code> (0,1,2,3) </code> and assign it to the variable <code> A </code>:\n"]},{"cell_type":"code","execution_count":null,"metadata":{},"outputs":[],"source":[]},{"cell_type":"markdown","metadata":{},"source":["<h3 align=center>Find the elements of a Tuple</h3> \n"]},{"cell_type":"markdown","metadata":{},"source":["Find the first two elements of the Tuple <code> A </code>:\n"]},{"cell_type":"code","execution_count":null,"metadata":{},"outputs":[],"source":[]},{"cell_type":"markdown","metadata":{},"source":["<h3 align=center>Lists </h3> \n"]},{"cell_type":"markdown","metadata":{},"source":["For the next few questions, you will need the following list:\n"]},{"cell_type":"code","execution_count":null,"metadata":{},"outputs":[],"source":["B=[\"a\",\"b\",\"c\"]"]},{"cell_type":"markdown","metadata":{},"source":["Find the first two elements of the list <code> B</code>:\n"]},{"cell_type":"code","execution_count":null,"metadata":{},"outputs":[],"source":[]},{"cell_type":"markdown","metadata":{},"source":["Change the first element of the list to an uppercase <code> \"A\" </code> \n"]},{"cell_type":"code","execution_count":null,"metadata":{},"outputs":[],"source":[]},{"cell_type":"markdown","metadata":{},"source":["<hr>\n","\n","<h3 align=\"center\"> © IBM Corporation 2020. All rights reserved. <h3/>\n"]}],"metadata":{"kernelspec":{"display_name":"Python 3","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.7.3"}},"nbformat":4,"nbformat_minor":2} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment