Question 2 Not complete Marked out of 1.50 Flag question Define a function named get_sum_alphabetics_and_digits (words_l

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: 899603
Joined: Mon Aug 02, 2021 8:13 am

Question 2 Not complete Marked out of 1.50 Flag question Define a function named get_sum_alphabetics_and_digits (words_l

Post by answerhappygod »

Question 2 Not Complete Marked Out Of 1 50 Flag Question Define A Function Named Get Sum Alphabetics And Digits Words L 1
Question 2 Not Complete Marked Out Of 1 50 Flag Question Define A Function Named Get Sum Alphabetics And Digits Words L 1 (27.44 KiB) Viewed 21 times
Question 2 Not complete Marked out of 1.50 Flag question Define a function named get_sum_alphabetics_and_digits (words_list) which takes a list of words as a parameter and returns a tuple containing the total number of alphabetic characters and the total number of digits in the parameter list. For example: Test Result print (get_sum_alphabetics_and_digits(['life', 'is', 'a', 'long', 'journey', 'abc123', 'list1'])) (25, 4) (17, 3) print (get_sum_alphabetics_and_digits(['apple', 'banana', 'grapes', '345'])) Answer: (penalty regime: 0 %) 1|| Precheck Check
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply