d= (a>b) ? (a-b) : (b-a) ; convert this to if else statement
Answers
Answered by
0
Answer:
if(a>b):
print(a-b)
else:
print(b-a)
Explanation:
Similar questions
English,
1 month ago
Computer Science,
1 month ago
English,
3 months ago
Hindi,
3 months ago
Geography,
10 months ago