#forumcsdark.com sayi1 = input('1. Sayı : ') sayi2 = input('1. Sayı : ') ortalama=(int(sayi1)+int(sayi2))/2 print("Ortalama :{0} ".format(ortalama))