count = 1 def careerbodh(): global count for i in (1, 2, 3): count += 1 careerbodh() print (count)
Not registered? Create an account
Forgot Password?
Already a registered user? Login