Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6117667
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T15:20:49+00:00 2026-05-23T15:20:49+00:00

x=4 def func(): print(HELLO WORLD) y=x+2 x=2 print (y) print (x) # OUTPUT IS

  • 0
x=4    
def func():           

       print("HELLO WORLD")          
       y=x+2    
       x=2    
       print (y)          
       print (x) # OUTPUT IS 6,2,2
       global x  # global declaration is done here
func()   
print (x) # outputs as 2 but why???? why not 4????

Why it shows the output as 6,2,2. Indeed i made the print (x) before the global declaration.But i didnt change x value after global declaration but why its printing the x value as 2 after the func().Is it not a sequential execution of statements? or does it read the entire code in the function and then start executing the function line on line? please clear the above program.Thank you in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T15:20:50+00:00Added an answer on May 23, 2026 at 3:20 pm

    The global keyword indicates to the compiler that the variable is to be considered global throughout the function. It doesn’t matter where it shows up in the function, so long as the compiler takes note of it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

CODE 1: x=4 def func(): print(HELLO WORLD) y=x+2 print (y) print (x) # gives
I created two modules, one with def _func(): print hi and another def func():
def log(func): def wraper(*a, **kw): return func(*a, **kw) return wraper @log def f(): print
class Test: def func(): print('func') test1 = Test() test2 = Test() test1.func() #TypeError: fun1()
This is a module named XYZ. def func(x) ..... ..... if __name__==__main__: print func(sys.argv[1])
When I run this code def func(x, y, *w, **z): print x print y
# coding: utf-8 def func(): print 'x is', x #x = 2 #if I
I have a trivial example: def func1(): local_var = None def func(args): print args,
Why is print(x) here not valid ( SyntaxError ) in the following list-comprehension? my_list=[1,2,3]
I have a code.py : def funA(): print('A') funA() def funB(): print('B') def funC():

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.