Question: python if we had: [123,m,6.01n,1573,f,7.0n ' ] how do we split them into list of their own? like if we needed to use V[0]=123 V[1]=m
if we had: [123,m,6.01n,1573,f,7.0n ' ] how do we split them into list of their own? like if we needed to use V[0]=123 V[1]=m V[6.0]=6.0 and if we wanted to print: Read 123,m,6.0 Only use dict, loop, if statment, set, list, ti NO IMPORTING No OVeRCOMplicding
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
