home.social

#pythonquiz — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #pythonquiz, aggregated by home.social.

fetched live
  1. Quick Python Quiz - List Comprehension!

    How would you create a list comprehension in Python? Let me know in the comments!

    #python #pythonprogramming #pythonquiz #datascience #Coding

  2. Quick Python Quiz - List Comprehension!

    How would you create a list comprehension in Python? Let me know in the comments!

    #python #pythonprogramming #pythonquiz #datascience #Coding

  3. Quick Python Quiz - Error Handling!

    Which keyword is used for error handling in Python? Can you solve this?

    #python #pythoncode #pythonquiz #pythonerrors #Coding

  4. Quick Python Quiz - Error Handling!

    Which keyword is used for error handling in Python? Can you solve this?

    #python #pythoncode #pythonquiz #pythonerrors #Coding

  5. Quick Python Quiz - Defining Functions!

    What keyword is used to create a user-defined function in Python? Do you know the answer?

    #python #pythoncode #pythonquiz #codingchallenge #datascience

  6. Quick Python Quiz - Defining Functions!

    What keyword is used to create a user-defined function in Python? Do you know the answer?

    #python #pythoncode #pythonquiz #codingchallenge #datascience

  7. Quick Python Quiz - Output of print() Function!

    What is the output of the following application of the print() function? Find out in the video!

    #python #pythonquiz #quiz #printfunction #datascience

  8. Quick Python Quiz - Output of print() Function!

    What is the output of the following application of the print() function? Find out in the video!

    #python #pythonquiz #quiz #printfunction #datascience

  9. Quick Python Quiz - strip() Method!

    Can you solve this quick exercise? What does the strip() method do in Python?

    #python #pythonlearning #pythonquiz #datascience #Coding

  10. Quick Python Quiz - strip() Method!

    Can you solve this quick exercise? What does the strip() method do in Python?

    #python #pythonlearning #pythonquiz #datascience #Coding

  11. Quick Python Quiz - len() Function!

    What does the len() function do in Python? Can you explain?

    #python #pythoncode #pythonquiz #codingquiz #Programming

  12. Quick Python Quiz - len() Function!

    What does the len() function do in Python? Can you explain?

    #python #pythoncode #pythonquiz #codingquiz #Programming

  13. Quick Python Quiz - Converting String to Integer!

    Can you explain this? How do you convert a string to an integer in Python?

    #python #pythoncode #pythonquiz #datascience #Coding

  14. Quick Python Quiz - Converting String to Integer!

    Can you explain this? How do you convert a string to an integer in Python?

    #python #pythoncode #pythonquiz #datascience #Coding

  15. Python quiz

    What is the result

    A. Invalid syntax, should use 'if' for condition
    B. [80,73,82,64]
    C. [True, True, True, True, False]
    D. [80]

    #pythonquestion #python #python3 #pythonquiz #programmers

  16. Python quiz

    What is the result

    A. Invalid syntax, should use 'if' for condition
    B. [80,73,82,64]
    C. [True, True, True, True, False]
    D. [80]

  17. : What will be the output of the below code?

    Options:

    A. 24
    2

    B. 17
    8

    C. 24
    8

    D. 17
    2

  18. 🐍 Python quiz

    What is the language that never gets printed ?

    A. Golang
    B. Java
    C. Python
    D. Python and JavaScript
    E. Java and JavaScript

    #python #pythonprogramming #python3 #pythonquiz

  19. 🐍 Python quiz

    What is the language that never gets printed ?

    A. Golang
    B. Java
    C. Python
    D. Python and JavaScript
    E. Java and JavaScript

  20. Python quiz time

    What is the result?

    A.
    0 Sunday
    1 Monday
    2 None
    3 None
    4 None
    5 None
    6 None

    B.
    0 Sunday
    1 Monday

    C.
    1 Sunday
    2 Monday
    3 None
    4 None
    5 None
    6 None
    7 None

    D.
    Gives error since list size mismatched

    #Python #pythonquiz #python3 #pythonprogramming

  21. Python quiz time

    What is the result?

    A.
    0 Sunday
    1 Monday
    2 None
    3 None
    4 None
    5 None
    6 None

    B.
    0 Sunday
    1 Monday

    C.
    1 Sunday
    2 Monday
    3 None
    4 None
    5 None
    6 None
    7 None

    D.
    Gives error since list size mismatched

  22. 🐍 Test your python skills

    Let us see if you can solve this python quiz

    90% of beginners will fail in this...