notebook.community
Edit and run
In [ ]: # calculating the mean of two variables x = 4.5 y = 6.7 mean = (x + y)/2 print(mean)
# calculating the mean of two variables x = 4.5 y = 6.7 mean = (x + y)/2 print(mean)