Question: Python code questions: I have two lists that is X = [2,3,4,5,6,7,8,9,10,11,12] AND Y= [1/36,2/36,3/36,4/36,5/36,6/36,5/36,4/36,3/36,2/36,1/36] is that possible to convert this two lists into integer
Python code questions:
I have two lists that is X = [2,3,4,5,6,7,8,9,10,11,12] AND Y= [1/36,2/36,3/36,4/36,5/36,6/36,5/36,4/36,3/36,2/36,1/36]
is that possible to convert this two lists into integer or float number and then I could compute them?
Thanks!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
