Posts by Marcos Davi-LyPh • 1 point
1 post
-
-6
votes4
answers21246
viewsA: Doubt average with Python 3.5
Here’s what I did, all right. pn=float(input('Digite sua primeira nota: ')) sn=float(input('Digite sua segunda nota: ')) m=(pn+sn)/2 if m<6.00: print('Você não passou com {} de média'.format(m))…