allcoding1
26.9K subscribers
2.2K photos
2 videos
77 files
859 links
Download Telegram
Accenture Hackdiva hiring 2023 &. 2024 Batch

Apply link
https://indiacampus.accenture.com/events/hackdiva/
👍1
Amazon ML Exam Ans
1) it is high variance

A and C
2) 0.33
1/6
👍1
7.08
9
👍1
A
def count_commas(n):
    total_commas = 0
   
    for number in range(1, n + 1):
        number_with_commas = "{:,}".format(number)
        total_commas += number_with_commas.count(',')
   
    return total_commas

# Example usage:
N = 1010
print(count_commas(N))  # Output: 11
👍3
4A
A
62.31
finding commas
Zoho | Software Developer
Role : Software Developer
Skill Set : C++, Java
Years of experience : 0-4 Years
Work location : Chennai
Interview Location : Chennai
Last date of registration : 30th June 2024 at 11 AM

Apply Now:- https://careers.zohocorp.com/forms/fcc89b5ebd373d598e0224d10f2199d148dfbe41dc6ea238b8d3f26f4b7b46c2
👍1