Computer Science, asked by LUNAlovegood938, 7 months ago

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 Anonymous
4

Answer:

u may this on your system... install python if u dont have

Explanation:

Similar questions