Set 109 Practical Question

⭐ Q9. Positive और Negative Numbers की गिनती

Example Code (Read Only):


counterP = 0
counterN = 0
List1 = [2, -7, 5, -64, -14, -70, 77]
counterP += 1
counterN += 1

Python Online Editor