Advertisement
Jorell_Ramos_Sinaga

Untitled

Dec 16th, 2021
932
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. n = 0
  2. for i in range(6):
  3.     m = float(input())
  4.     if m>0:
  5.         n += 1
  6.  
  7. print(n, "valores positivos")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement