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
Font Size:
12px
14px
16px
18px
20px
24px
30px
RUN