Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python Programming Multiple Choice Questions
Rating: 4.0 out of 5(3 ratings)
444 students

Python Programming Multiple Choice Questions

Learn Python Through Multiple Choice Questions
Created byHugo Ferro
Last updated 6/2023
English

What you'll learn

  • Python Programming Language
  • arithmetic operators
  • ranges
  • split
  • zfill
  • string slicing
  • lists
  • tuples
  • sets
  • dictionaries
  • string operators
  • function default return type
  • type hints
  • string capitalize
  • string title

Course content

1 section19 lectures57m total length
  • Introduction1:01

    Just an introduction of what we will do here :)

  • # Question 001
  • # Question 0012:14

    Keys: Immutable Objects, Integer Object.

  • # Question 002
  • # Question 0023:16

    Keys:  Sets, filter function.

  • # Question 003
  • # Question 0032:14

    Keys: Arithmetic Expressions, Parenthesis.

  • # Question 004
  • # Question 0042:32

    Keys: Arithmetic Operation, Modulo Operator, Floor Division.

  • # Question 005
  • # Question 0053:42

    Keys: Ranges, Immutable Sequence.

  • # Question 006
  • # Question 0062:53

    Keys: String Split Method, Separator, Maxsplit.

  • # Question 007
  • # Question 0071:58

    Keys: zfill.

  • # Question 008
  • # Question 0082:30

    Keys: Code Indentation, Infinite Loop.

  • # Question 009
  • # Question 0095:49

    Keys: String Slicing.

  • # Question 010
  • # Question 0103:58

    Keys: String Split Method, Lists, Tuples, Sets, Dictionaries.

  • # Question 011
  • # Question 0113:13

    Keys: Lists, Ranges.

  • # Question 012
  • # Question 0123:40

    Keys: Tuples, tuples properties.

  • # Question 013
  • # Question 0132:58

    Keys: Arithmetic Operations.

  • # Question 014
  • # Question 0141:46

    Keys: String Operators.

  • # Question 015
  • # Question 0153:58

    Keys: ASCII Code, chr function, ord function.

  • # Question 016
  • # Question 0162:54

    Keys: Default Return Type of a Function.

  • # Question 017
  • # Question 0172:26

    Keys: Variables Pointing to Functions.

  • # Question 018
  • # Question 0184:00

    Keys: String title method, string capitalize method.

Requirements

  • Python Beginner or More
  • Basic Knowledge about Visual Studio Code
  • Willing to Learn in a Fun Way

Description

In this course we will see a series of tricky Multiple Choice questions (in python code) and together we will solve them :)

These questions are designed to be fun, easy going and to keep you learning in the way.

The course is suitable to everyone with the willing to learn Python programming deeply, not just beginners! So if you're someone with the eager to learn, this is for you!

Since it requires a lot of effort to make these videos, explaining step by step what is happening and why, making the animations without loosing quality, and covering many questions that to the naked eye can trick you, this course starts with just 18 questions. It will be added new questions every month. Thank you for your patience!


In summary we will cover the following topics: Arithmetic operators, ranges and how they work, String split function, String zfill function, Code indentation, String slicing, Lists, Tuples, Sets, Dictionaries, String operators, ASCII code, function ord and function chr and how they work, Function default return type, Type hints (python 3.6 and above), String capitalize function, String title function, and more.


Note: Any question, any suggestion, feel free to contact me! I'll try my best to help you :)

Who this course is for:

  • People interested in deep his/her knowledge about Python
  • Curious about learning Python