Q. Find output of the following Program. num=100 def calc(x): global num if x>2: num=1 else: num=2 return(num%2) num=1000 result=calc(num) print(num,"::",result)
Answers
Answered by
4
Answer:
u may this on your system... install python if u dont have
Explanation:
Similar questions
Math,
3 months ago
Math,
3 months ago
Computer Science,
3 months ago
Social Sciences,
7 months ago
Math,
1 year ago
Biology,
1 year ago