Answer:
Step-by-step explanation:
We can get this done by using the code
def digits(n):
count = 0
if n == 0:
return 1
while (n > 0):
count += 1
n= n//10
return count
Also, another way of putting it is by saying
def digits(n):
return len(str(n))
------------------------------------------
print(digits(25)) # Should print 2
print(digits(144)) # Should print 3
print(digits(1000)) # Should print 4
print(digits(0)) # Should print 1
Doing this way, we've told the system to count the number of figures that exist in the number. If it's 1000 to 9999, then it records it as 4 digits. If it's 100 - 999, then it records it as 3 digits. If it's 10 - 99, it records as 2 digits. If it's 0 - 9, then it has to record it as a single digit.
Thanks
It should be 18, because despite of 3,14, because that's pi and radius is half of the diameter, so36 divide 2 is 18.
$60 because he already bought the game but for other game $48
Answer:
5 degrees
Step-by-step explanation:
Corresponding angles in a transversal are congruent. This can be proved by using the alternate exterior angles theorem, which would make these two angles alternate interior angles. With this, we can form a new equation.
Solve Algebraically
5x+23=7x+13
5x+10=7x
10=7x-5x
10=2x
<h2>x=5</h2><h2 />
Answer:
$120 - A
Step-by-step explanation:
20% of 120 is 20.
120-20 + 100