8)Find the output of the following program. list = [12, 67,98, 34] # using loop + stro res 0 for ele in list: sum=3 for

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

8)Find the output of the following program. list = [12, 67,98, 34] # using loop + stro res 0 for ele in list: sum=3 for

Post by answerhappygod »

8 Find The Output Of The Following Program List 12 67 98 34 Using Loop Stro Res 0 For Ele In List Sum 3 For 1
8 Find The Output Of The Following Program List 12 67 98 34 Using Loop Stro Res 0 For Ele In List Sum 3 For 1 (97.09 KiB) Viewed 38 times
java
8)Find the output of the following program. list = [12, 67,98, 34] # using loop + stro res 0 for ele in list: sum=3 for digit in str(ele): sum += int(digit) res.append(sum) #printing result print (str(res))
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply