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....
13 Respuestas
+ 1
Thank you very much to giving me a precious compliment I'll have run on my spyder complier and its easily run... 😊
0
But why we are not used colon after for loop
0
Okay thanks can u give me your whatsapp number?
If u have no any problem then otherwise it's Okay
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
0
Have you fb account?
0
Hahaha I can't stop my laughing 😂 with these compliment...
So where are you from?
0
So literally u r from zermany okay what's your age and i think you are a student??
0
I'm also a engineering student and my branch is computer science and I'm from India 🇮🇳
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
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
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
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...
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)