List = [1,2,3] if I'll multiple all the value of list from 3 then how to multiply | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

List = [1,2,3] if I'll multiple all the value of list from 3 then how to multiply

I'm having very confusion in this question and I'm using spyder complier so plz run it your program on spyder complier and then tell me how u run actually....

30th Jan 2018, 7:58 PM
shashank shekhar
shashank shekhar - avatar
13 Answers
+ 1
Thank you very much to giving me a precious compliment I'll have run on my spyder complier and its easily run... 😊
30th Jan 2018, 8:52 PM
shashank shekhar
shashank shekhar - avatar
0
But why we are not used colon after for loop
30th Jan 2018, 8:54 PM
shashank shekhar
shashank shekhar - avatar
0
Okay thanks can u give me your whatsapp number? If u have no any problem then otherwise it's Okay
30th Jan 2018, 9:04 PM
shashank shekhar
shashank shekhar - avatar
0
Okay when i have any doubts in python language then i will send it in this place so plz help me as far as possible and I'm very thankful for u
30th Jan 2018, 9:12 PM
shashank shekhar
shashank shekhar - avatar
0
Have you fb account?
30th Jan 2018, 9:14 PM
shashank shekhar
shashank shekhar - avatar
0
Hahaha I can't stop my laughing 😂 with these compliment... So where are you from?
30th Jan 2018, 9:19 PM
shashank shekhar
shashank shekhar - avatar
0
So literally u r from zermany okay what's your age and i think you are a student??
30th Jan 2018, 9:27 PM
shashank shekhar
shashank shekhar - avatar
0
I'm also a engineering student and my branch is computer science and I'm from India 🇮🇳
30th Jan 2018, 9:33 PM
shashank shekhar
shashank shekhar - avatar
0
In my branch there are many subjects to read but the every students from this branch always focus on some languages like c++, python, java, sql that's it it's too much if u have good enough knowledge about these subjects and you have get selected to good reputation company like Mastercard, Infosys and so forth
30th Jan 2018, 9:44 PM
shashank shekhar
shashank shekhar - avatar
0
In my branch there are many subjects to read but the every students from this branch always focus on some languages like c++, python, java, sql that's it it's too much if u have good enough knowledge about these subjects and you have get selected to good reputation company like Mastercard, Infosys and so forth
30th Jan 2018, 9:45 PM
shashank shekhar
shashank shekhar - avatar
0
Okay bro good night bbye cause it's 3:16am and i have to slip right now bbye and again thanks to helping me
30th Jan 2018, 9:47 PM
shashank shekhar
shashank shekhar - avatar
0
How to compute the product of every pair of numbers from two lists plz help me if u have ever do in the spyder...
31st Jan 2018, 5:16 PM
shashank shekhar
shashank shekhar - avatar
0
Yes i have found the results of this scenario List1 = [1,2,3] List2 = [5,6,7] J = [ a*b for a in list1 for b in list2] print (j)
31st Jan 2018, 5:24 PM
shashank shekhar
shashank shekhar - avatar