Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Python by StrahilStoyanov ( 6 years ago )
a = 8
b = 13
c = 7
area = (a + b) * c / 2
print("{:.2f}".format(area))
Revise this Paste