Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I have (a) dict and (s) list I want to print this dictionary 7 times with changing service no store in list. how to do
I have (a) dict and (s) list I want to print this dictionary 7 times with changing service no store in list. how to do in python I will upvote. show output please use loop please in this program.
In [17]: a Out[17]: {"MODEL_ID': 6, MODEL NAME': 'device rec', MODEL_RUN_TS': '20210910 00:00:00', 'VALIDITY_TS': '20220310 00:00:00', 'SERVICE NUMBER': 3120144663} In [18]: S = [3120144663,4120144663, 1120144663,6120144663,5120144663,8120144663,7120144663] In [19]: s Out[19]: [3120144663, 4120144663, 1120144663, 6128144663, 5120144663, 8120144663, 7120144663]Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started