Corsi
AccediInizia a imparare l'IA
Corsi
AccediInizia a imparare l'IA

Discussioni Q&A

a=5 b=a a=4 print(b) What is output and why :)
pythonvariables
2 Voti
10 Risposte
21st Sep 2016, 4:59 PM
Andrew Arugula
Andrew Arugula - avatar
A= [0, 1, 2] b=a a[0]="spam" print (b[0 ])
challengepython3
3 Voti
2 Risposte
2nd Sep 2020, 7:24 AM
Gbadegesin Muhammed
Gbadegesin Muhammed - avatar
what is the meaning of b=a when a is a list?see my example please.
listspython3
0 Voti
4 Risposte
15th Oct 2017, 3:16 AM
lwluowei
the good answer of this python quiz is "3"; can you explain me why doesn't "2"? a=[1,2] ; b=a ; a.append (3) ; print(len(b))
answerquizsololearn
4 Voti
4 Risposte
13th May 2019, 4:13 PM
Abdelkader Barraj عبد القادر البراج
Abdelkader Barraj عبد القادر البراج - avatar
var a=66; var b=a % 4; var c=b % a; document.write(c); ans is 2 how ??? i thought ans is zero coz b value is 2 and go to nxt step c=b%a 2%66 there is no reminder it will divide completely without reminder so ans is zero plz explain me clearly guyz 😇😶
javascriptobjects
0 Voti
5 Risposte
19th Feb 2017, 4:52 PM
Mo D'souza
Mo D'souza - avatar
Popolare oggi
How many time I can use sololearn trial mode?
2 Votes
Ошибка в приложении Sololearn
1 Votes
Is anyone else experiencing this Sololearn issue?
0 Votes
NEO V2.0
1 Votes
Did sololearn helped you to get easier a job?
1 Votes
Sololearn course
1 Votes
solo learn program issue - iPhone?
1 Votes
Is it possible to write Rust code that is as compact and expressive as Python?
0 Votes
Bug sur le deuxième cours de python
1 Votes
I am learning javascript intrmdt but when I play a code challenge. The app is givin me comlecated questions with less time.why?
0 Votes