Average of 2 n.o

subhamsingh · February 28, 2023
x = 5
y = 2

sum = x + y
average = sum / 2
print(f'Average = {average}')
Output

Comments

Please sign up or log in to contribute to the discussion.