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 Handle Fundamental Functions and Objects Compétences évaluéesHandle fundamental functions and objectsQuestion 1What components define a variable in Python programming?Its description and valueIts type and purposeIts name and valueIts label and contentsQuestion 2Which of the following statements about variable names is correct?Attention, plusieurs réponses sont possibles.The name of a variable can start with an underscore.The name of a variable can start with a number.Keywords cannot be used as variable names.Variable names can contain special characters (@, #, $, etc.)Question 3Which of the items in the list below is not a primitive type/object in Python?int (integer)str (string)decimalfloat 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 Object-Oriented Programming Create Collections to Store Your Objects