Accenture Coding Questions | Coding Questions asked in Accenture Exam #accenture_coding_questions

Accenture Coding Questions | Coding Questions asked in Accenture Exam #accenture_coding_questions

Techie CodeBuddy

10 месяцев назад

12,697 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@user-hm3qe2kr2g
@user-hm3qe2kr2g - 07.10.2023 09:23

Can we use this code for exam?

Ответить
@massmedia6516
@massmedia6516 - 23.08.2023 17:36

def isPerfectSquare(num) :
if num >= 0 :
val = int(num ** .5)
if num == val * val :
return True
else :
return False



plots = list(map(int,input("enter plots ").split()))

plot_cnt = 0

for plot in plots :
if isPerfectSquare(plot) :
plot_cnt += 1


print(f"Plot count : {plot_cnt}")

Ответить
@gauravghoshi3247
@gauravghoshi3247 - 16.08.2023 21:08

Great👍 my best wishes always with you
thank u so much for this

Ответить
@stressbuster3113
@stressbuster3113 - 16.08.2023 18:37

Also put job opening please

Ответить
@adityak5193
@adityak5193 - 16.08.2023 16:06

Hi 'Anshika you explained very nicely. Thank you for the solution.

Ответить
@harshithayerraguntla-ms5yz
@harshithayerraguntla-ms5yz - 16.08.2023 15:06

pls post material on network security and clouds...

Ответить
@LearnApplied
@LearnApplied - 16.08.2023 08:35

Great explanation , keep it up

Ответить
@sagardutta799
@sagardutta799 - 16.08.2023 07:52

Thank you didi. Kal Mera exam hai Accenture ka pls wish me good luck

Ответить