b=2
def f():
Print (+b)
f()
What will be the output of this python code

Posted on by