Learn Python Basics for Data Analysis6 heuresFacileLicence Ce cours est visible gratuitement en ligne. course.header.alt.is_certifying J'ai tout compris ! Mis à jour le 02/08/2023 Install Python and Anaconda Take Your First Steps with Jupyter Notebook Declare a Variable Handle Variable Types Write Your Own Functions Object-Oriented Programming Quiz : Handle Fundamental Functions and Objects Create Collections to Store Your Objects Control Your Code With Conditional Structures Choose the Appropriate Loop Quiz : Structure Your Code Within a Project Familiarize Yourself With Python Modules and Libraries Manipulate Random Numbers With the Random Module Quiz : Use Specialized Python Libraries Structure Your Code Within a Project Compétences évaluéesStructure your code within a projectQuestion 1How can you change the following num variable: Into: num[2] = 'two'num[1] = 'two'num['two'] = 2num['two'] = '2'Question 2Which of the following four statements about lists in Python is true?All items of a list must be of the same type.A list can contain any type of object except another list.These two lists are equivalent: ['a', 'b', 'c'] and ['c', 'a', 'b'].A list has no conceptual size limit!Question 3Which of the following statements is false about collections?A tuple is an ordered object.A list can be modified.A dictionary is not mutable.A tuple is defined with parentheses. Et si vous obteniez un diplôme OpenClassrooms ? Formations jusqu’à 100 % financéesDate de début flexibleProjets professionnalisantsMentorat individuelTrouvez la formation et le financement faits pour vousÊtre orientéComparez nos types de formation Choose the Appropriate Loop Familiarize Yourself With Python Modules and Libraries