megnify the triangle with vertices A(0,0) B(1,1) and C(-1, -1) to twice its size keeping C point fixed
Answers
Answered by
1
Answer:-
def countPages(num):
total = 0
i = 1
while i<=num:
page_no = str(i)
total + = page_no.count(‘1’)
i+ = l
return total
Similar questions