Muhammad Yasir Bhutta
Muhammad Yasir Bhutta
  • 442
  • 291 459
Python Function Quiz #92: What is the output of this Python code? | Python Quiz
@yasirbhutta 🔍 **Understanding Global Variables in Python!** 🐍
In this video, we dive into the concept of global variables in Python through a simple yet insightful example. We'll look at a piece of code that modifies a global variable from within a function and see what output we get!
Here’s the code we’ll analyze:
```python
x = 5
def my_func():
global x
x = 10
my_func()
print(x)
```
We'll discuss the following options for the output:
a) `5`
b) `10`
c) `None`
d) `Error`
Join us as we break down how the `global` keyword works and why it’s essential for modifying variables defined outside of functions. By the end of this video, you’ll have a clear understanding of how to effectively use global variables in your own Python programs!
#Python #Programming #GlobalVariables #CodingTutorial #LearnPython
Don't forget to like 👍, comment 💬, and subscribe 🔔 for more Python programming tutorials!
You can also follow me on:
Website: yasirbhutta.github.io/
Facebook: yasirbhutta786/
TH-cam:youtube.com/@yasirbhutta
Twitter: yasirbhutta/
Thanks for watching! 🙏**
#yasirbhutta #codingshorts #pythonprogramming #codingshortvideo #pythonbasics #pythontutorial #codinglife #python #Python #PythonQuiz #PythonFunctions #PythonCoding #PythonMCQ #PythonProgramming #LearnPython #PythonForBeginners #PythonBasics #PythonTutorial #PythonInterviewQuestions #CodingQuiz #ProgrammingQuiz #PythonTips #TechQuiz #PythonChallenge #CodingChallenges
มุมมอง: 27

วีดีโอ

Python Function Quiz #91: What is the output of this Python code? | Python Quiz
มุมมอง 21612 ชั่วโมงที่ผ่านมา
@yasirbhutta 📚 In this video, we'll walk through a quick Python quiz question focused on function parameters and variable assignment in Python. When you call the function `change_value(num)` in Python, what will be printed? Question: ```python def change_value(x): x = 10 num = 5 change_value(num) print(num) ``` Options: - A) `5` - B) `10` - C) `Error` - D) `None` 🔍 Answer Explanation We'll expl...
Python Function Quiz #90: What is the output of this Python code? | Python Quiz
มุมมอง 493วันที่ผ่านมา
@yasirbhutta In this video, we dive into a common Python function scenario involving default and keyword arguments. We'll break down the code step by step and help you understand how Python handles function parameters. Whether you're new to Python or brushing up on the basics, this is a perfect example to solidify your understanding of how to call functions with both positional and keyword argu...
Python Function Quiz #89: What is the output of this Python code? | Python Quiz
มุมมอง 13221 วันที่ผ่านมา
@yasirbhutta In this video, we explore the behavior of a simple Python function that uses the `pass` statement. Can you guess what the output of the following code will be? Python Quiz ```python def my_function(): pass print(my_function()) ``` Options: A) `None` B) `0` C) `True` D) `Error` Watch to learn the correct answer and understand why! We’ll dive into how Python handles functions without...
Python Function Quiz #88: Can You Guess the Output? | Python for Beginners | Python Quiz
มุมมอง 60หลายเดือนก่อน
Python Function Quiz #88: Can You Guess the Output? | Python for Beginners | Python Quiz
Python Function Quiz #87: Can You Guess the Output? | Default Arguments | Python for Beginners
มุมมอง 64หลายเดือนก่อน
Python Function Quiz #87: Can You Guess the Output? | Default Arguments | Python for Beginners
Python Quiz #86: Can You Guess the Output? | Use of Variables | Python for Beginners
มุมมอง 57หลายเดือนก่อน
Python Quiz #86: Can You Guess the Output? | Use of Variables | Python for Beginners
Python Operator Quiz #85: Can you Guess the Output | Python `is` Operator | Python For Beginners
มุมมอง 34หลายเดือนก่อน
Python Operator Quiz #85: Can you Guess the Output | Python `is` Operator | Python For Beginners
Python Operator Quiz #84: Python `in` Operator | Python For Beginners
มุมมอง 26หลายเดือนก่อน
Python Operator Quiz #84: Python `in` Operator | Python For Beginners
Python Operator Quiz #83: Python `in` Operator Explained: Is 4 in the List? | Python For Beginners
มุมมอง 40หลายเดือนก่อน
Python Operator Quiz #83: Python `in` Operator Explained: Is 4 in the List? | Python For Beginners
Python Operator Quiz #82: Operators Quiz for Beginners | Python MCQs | Python For Beginners
มุมมอง 30หลายเดือนก่อน
Python Operator Quiz #82: Operators Quiz for Beginners | Python MCQs | Python For Beginners
Guard Statements in Python: Explained Simply | Python Tutorial for Beginners
มุมมอง 149หลายเดือนก่อน
Guard Statements in Python: Explained Simply | Python Tutorial for Beginners
Python Data Type Quiz #81: Data Type Quiz for Beginners | Python MCQs | Python For Beginners
มุมมอง 117หลายเดือนก่อน
Python Data Type Quiz #81: Data Type Quiz for Beginners | Python MCQs | Python For Beginners
Python Data Type Quiz #80: Data Type Quiz for Beginners | Python MCQs | Python For Beginners
มุมมอง 96หลายเดือนก่อน
Python Data Type Quiz #80: Data Type Quiz for Beginners | Python MCQs | Python For Beginners
Python Data Type Quiz #79: Data Type Quiz for Beginners | Python MCQs | Python For Beginners
มุมมอง 52หลายเดือนก่อน
Python Data Type Quiz #79: Data Type Quiz for Beginners | Python MCQs | Python For Beginners
Python Data Type Quiz #78: Use of Variables Quiz for Beginners | Python MCQs | Python For Beginners
มุมมอง 126หลายเดือนก่อน
Python Data Type Quiz #78: Use of Variables Quiz for Beginners | Python MCQs | Python For Beginners
Python Print Function Quiz #75: Can you Guess the Output | Python MCQs | Python For Beginners
มุมมอง 54หลายเดือนก่อน
Python Print Function Quiz #75: Can you Guess the Output | Python MCQs | Python For Beginners
Python Function Quiz #74 Fix the TypeError in Arguments: A Coding Challenge | Python for Beginners
มุมมอง 35หลายเดือนก่อน
Python Function Quiz #74 Fix the TypeError in Arguments: A Coding Challenge | Python for Beginners
Python Quiz #73 Fix the ZeroDivisionError: A Coding Challenge | Python for Beginners
มุมมอง 41หลายเดือนก่อน
Python Quiz #73 Fix the ZeroDivisionError: A Coding Challenge | Python for Beginners
Python Function Quiz #72 Fix the UnboundLocalError: A Coding Challenge | Python for Beginners
มุมมอง 81หลายเดือนก่อน
Python Function Quiz #72 Fix the UnboundLocalError: A Coding Challenge | Python for Beginners
Python String Quiz #66: Python Code Challenge | Python For Beginners | String Python Quiz
มุมมอง 84หลายเดือนก่อน
Python String Quiz #66: Python Code Challenge | Python For Beginners | String Python Quiz
Python Dictionary Quiz #65: Python Code Challenge | Python For Beginners | dict Python Quiz
มุมมอง 68หลายเดือนก่อน
Python Dictionary Quiz #65: Python Code Challenge | Python For Beginners | dict Python Quiz
Python Data Type Quiz #64 Fix the Error in Python: A Coding Challenge | Python for Beginners
มุมมอง 98หลายเดือนก่อน
Python Data Type Quiz #64 Fix the Error in Python: A Coding Challenge | Python for Beginners
Python Operator Quiz #61: Operators Quiz for Beginners | Python MCQs | Python For Beginners
มุมมอง 109หลายเดือนก่อน
Python Operator Quiz #61: Operators Quiz for Beginners | Python MCQs | Python For Beginners
How to Post to a Facebook Page Using Python and the Facebook Graph API | Python Tutorial
มุมมอง 386หลายเดือนก่อน
How to Post to a Facebook Page Using Python and the Facebook Graph API | Python Tutorial
Python Function Quiz #56 Fix the Error in Python: A Coding Challenge | Python for Beginners
มุมมอง 96หลายเดือนก่อน
Python Function Quiz #56 Fix the Error in Python: A Coding Challenge | Python for Beginners
Python Quiz #54: Python Basics | Python MCQs | Python For Beginners #yasirbhutta
มุมมอง 19หลายเดือนก่อน
Python Quiz #54: Python Basics | Python MCQs | Python For Beginners #yasirbhutta
Python Quiz #53: Python Basics | Python MCQs | Python For Beginners #yasirbhutta
มุมมอง 26หลายเดือนก่อน
Python Quiz #53: Python Basics | Python MCQs | Python For Beginners #yasirbhutta
Python Quiz #52: Python Basics | Python MCQs | Python For Beginners #yasirbhutta
มุมมอง 15หลายเดือนก่อน
Python Quiz #52: Python Basics | Python MCQs | Python For Beginners #yasirbhutta
Python Quiz #51: Python Basics | Python MCQs | Python For Beginners #yasirbhutta
มุมมอง 35หลายเดือนก่อน
Python Quiz #51: Python Basics | Python MCQs | Python For Beginners #yasirbhutta

ความคิดเห็น

  • @mujakkir_dv
    @mujakkir_dv วันที่ผ่านมา

    None

    • @yasirbhutta
      @yasirbhutta 22 ชั่วโมงที่ผ่านมา

      Great job

  • @elatopoof
    @elatopoof 2 วันที่ผ่านมา

    11

    • @yasirbhutta
      @yasirbhutta 2 วันที่ผ่านมา

      Great job

  • @elatopoof
    @elatopoof 2 วันที่ผ่านมา

    Variable came after it was printed

  • @elatopoof
    @elatopoof 2 วันที่ผ่านมา

    B

  • @elatopoof
    @elatopoof 2 วันที่ผ่านมา

    Float

  • @elatopoof
    @elatopoof 2 วันที่ผ่านมา

    Error

  • @elatopoof
    @elatopoof 2 วันที่ผ่านมา

    greet("ali", 25)

  • @elatopoof
    @elatopoof 2 วันที่ผ่านมา

    Ur quizes are so usefull thank you

    • @yasirbhutta
      @yasirbhutta วันที่ผ่านมา

      Thank you brother

  • @The_Keshav_Pal_-v8n
    @The_Keshav_Pal_-v8n 2 วันที่ผ่านมา

    Jey sree Ram Ram

  • @NHsayriiditor
    @NHsayriiditor 3 วันที่ผ่านมา

    Thanks 👍🏻👍🏻👍🏻👍🏻👍🏻

  • @995gaming
    @995gaming 5 วันที่ผ่านมา

    A

    • @yasirbhutta
      @yasirbhutta 4 วันที่ผ่านมา

      Great job

  • @prasadchowdarymadineni3715
    @prasadchowdarymadineni3715 9 วันที่ผ่านมา

    0,2,4,6,8

  • @MahiRaj896
    @MahiRaj896 12 วันที่ผ่านมา

    भिलाई इस्पात मंत्री

    • @yasirbhutta
      @yasirbhutta 11 วันที่ผ่านมา

      Please share in English?

  • @shaikreyaz1853
    @shaikreyaz1853 15 วันที่ผ่านมา

    Salam alaikm Main mechanical ka banda huuu 41 yrs ,,,kya python sikhne ka fayda hoga sir??

    • @yasirbhutta
      @yasirbhutta 15 วันที่ผ่านมา

      Wa Alaikum Assalam! Python can be helpful in any field, whether you are a mechanical engineer or from another domain. Python can assist you in automation, data analysis, and even mechanical simulations. You can use Python in CAM (Computer-Aided Manufacturing) software, simulations, and data-driven decision-making. Age is not a barrier to learning, and learning Python can open up new opportunities for you.

  • @firefox3799
    @firefox3799 16 วันที่ผ่านมา

    Hi thanks for the tutorial, with ClickOnce there are a way to prevent the update process updating some files? I need to preserve some files across the update process... Thanks and best regards!!

    • @yasirbhutta
      @yasirbhutta 15 วันที่ผ่านมา

      Not tested. Please check maybe resolved. Here’s a suggestion for your reply: with ClickOnce, you can prevent certain files from being updated by marking them as 'data files' in your ClickOnce deployment settings. These files will be placed in a special data directory and will not be overwritten during updates. This ensures that your data remains intact across updates. [GhatGPT]

  • @KutbuddinAnsari-w4s
    @KutbuddinAnsari-w4s 17 วันที่ผ่านมา

    Ise pahle jaisa kyse kre ❓

  • @mphathincube9982
    @mphathincube9982 20 วันที่ผ่านมา

    A.None

    • @yasirbhutta
      @yasirbhutta 19 วันที่ผ่านมา

      Good 👍

  • @WebSpherea
    @WebSpherea 20 วันที่ผ่านมา

    error

  • @anim8209
    @anim8209 23 วันที่ผ่านมา

    A

    • @yasirbhutta
      @yasirbhutta 21 วันที่ผ่านมา

      Correct, great job 👍

  • @TheHexagonplayzz
    @TheHexagonplayzz 24 วันที่ผ่านมา

    none because pass it a place holder so it doesn't do anything

  • @thesubstore
    @thesubstore 25 วันที่ผ่านมา

    B

    • @yasirbhutta
      @yasirbhutta 24 วันที่ผ่านมา

      Correct answer, good 👍

  • @XYZWU
    @XYZWU 25 วันที่ผ่านมา

    Wa alaikom Salam brother , good work 👏👏

  • @thesubstore
    @thesubstore 25 วันที่ผ่านมา

    float

  • @HazoorbakshKhan-wg6sm
    @HazoorbakshKhan-wg6sm 25 วันที่ผ่านมา

    none

    • @yasirbhutta
      @yasirbhutta 25 วันที่ผ่านมา

      Good 👍

  • @anielobdz8652
    @anielobdz8652 28 วันที่ผ่านมา

    B

    • @yasirbhutta
      @yasirbhutta 28 วันที่ผ่านมา

      Great job 👍

  • @Elevation_Mindset_
    @Elevation_Mindset_ 28 วันที่ผ่านมา

    Str

    • @yasirbhutta
      @yasirbhutta 28 วันที่ผ่านมา

      Awesome! 👍

  • @aamerhamdani
    @aamerhamdani 29 วันที่ผ่านมา

    B

    • @yasirbhutta
      @yasirbhutta 28 วันที่ผ่านมา

      Awesome!

  • @howtotry
    @howtotry 29 วันที่ผ่านมา

    B

    • @yasirbhutta
      @yasirbhutta 28 วันที่ผ่านมา

      Awesome! 👍

  • @AjayLakra-w2l
    @AjayLakra-w2l หลายเดือนก่อน

    No colon after if x == 10 Correct one if x == 10: Output x is 10

    • @yasirbhutta
      @yasirbhutta 29 วันที่ผ่านมา

      Good 👍

  • @derekpike2855
    @derekpike2855 หลายเดือนก่อน

    C 12

    • @yasirbhutta
      @yasirbhutta 29 วันที่ผ่านมา

      Great job 👍

  • @owaisbinkhaliddar6000
    @owaisbinkhaliddar6000 หลายเดือนก่อน

    C) true

  • @tejashwininellore4926
    @tejashwininellore4926 หลายเดือนก่อน

    True

    • @yasirbhutta
      @yasirbhutta หลายเดือนก่อน

      Correct, Good job

  • @scemworks
    @scemworks หลายเดือนก่อน

    12

    • @yasirbhutta
      @yasirbhutta หลายเดือนก่อน

      Great job 👍

  • @Ahmed_Jendoubi
    @Ahmed_Jendoubi หลายเดือนก่อน

    B

    • @yasirbhutta
      @yasirbhutta หลายเดือนก่อน

      Correct! Great Job! 🎉

    • @Ahmed_Jendoubi
      @Ahmed_Jendoubi หลายเดือนก่อน

      @@yasirbhutta, thanks for your time

  • @Ahmed_Jendoubi
    @Ahmed_Jendoubi หลายเดือนก่อน

    Answer is 6

    • @yasirbhutta
      @yasirbhutta หลายเดือนก่อน

      Correct! Great Job! 🎉

  • @Varshitha18
    @Varshitha18 หลายเดือนก่อน

    B

  • @Varshitha18
    @Varshitha18 หลายเดือนก่อน

    B

  • @Varshitha18
    @Varshitha18 หลายเดือนก่อน

    12

  • @Varshitha18
    @Varshitha18 หลายเดือนก่อน

    B

    • @yasirbhutta
      @yasirbhutta หลายเดือนก่อน

      Awesome 👍

  • @Alt659
    @Alt659 หลายเดือนก่อน

    If it was 100 it would be = 102

  • @iglo300
    @iglo300 หลายเดือนก่อน

    Yes

  • @derekpike2855
    @derekpike2855 หลายเดือนก่อน

    C 12

  • @derekpike2855
    @derekpike2855 หลายเดือนก่อน

    Change the elif on line 5 to an if?

    • @yasirbhutta
      @yasirbhutta หลายเดือนก่อน

      Awesome 👍

    • @adityarahmanda
      @adityarahmanda หลายเดือนก่อน

      How can be that the bug? What if I intended to do that...

  • @derekpike2855
    @derekpike2855 หลายเดือนก่อน

    True

    • @yasirbhutta
      @yasirbhutta หลายเดือนก่อน

      Good 👍

  • @derekpike2855
    @derekpike2855 หลายเดือนก่อน

    C

    • @yasirbhutta
      @yasirbhutta หลายเดือนก่อน

      Good 👍

  • @JXMU-Team
    @JXMU-Team หลายเดือนก่อน

    b

    • @yasirbhutta
      @yasirbhutta หลายเดือนก่อน

      Bro check again

  • @Alt659
    @Alt659 หลายเดือนก่อน

    12

    • @yasirbhutta
      @yasirbhutta หลายเดือนก่อน

      Awesome

  • @Elevation_Mindset_
    @Elevation_Mindset_ หลายเดือนก่อน

    C?

    • @yasirbhutta
      @yasirbhutta หลายเดือนก่อน

      Check this video for explanation th-cam.com/video/jWKy1wbqSjY/w-d-xo.html

  • @BilalIjaz-io2hf
    @BilalIjaz-io2hf หลายเดือนก่อน

    12: C

    • @yasirbhutta
      @yasirbhutta หลายเดือนก่อน

      Good 👍

  • @georgestauanearu2995
    @georgestauanearu2995 หลายเดือนก่อน

    There is no variable