हिंदी

Write the output of the code given below: p=5 def sum(q,r=2): global p p=r+q**2 print(p, end= '#') a=10 b=5 sum(a,b) sum(r=5,q=1) - Computer Science (Python)

Advertisements
Advertisements

प्रश्न

Write the output of the code given below:

p=5
def sum(q,r=2):
      global p
      p=r+q**2
      print(p, end= '#')

a=10
b=5
sum(a,b)
sum(r=5,q=1)
एक शब्द/वाक्यांश उत्तर

उत्तर

Output:
105#6#

shaalaa.com
Notations for Arithmetic Expressions
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
2022-2023 (March) Sample

APPEARS IN

Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×