import random
a=random.randint(5,6)
b=random.randint(5,6)
c=(a+b)/2.0
print c
τι θα εμφανιστεί;
5 ή 6
5 ή 5.5 ή 6
5.5 ή 6
5 ή 5.5