• Cursos
  • Compilador de Código
  • Debatir
  • Precios
  • Teams
Menu

Sesiones de PyR

a=5 b=a a=4 print(b) What is output and why :)
pythonvariables
2 Votos
10 Respuestas
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 Votos
2 Respuestas
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 Votos
4 Respuestas
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 Votos
4 Respuestas
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 Votos
5 Respuestas
19th Feb 2017, 4:52 PM
Mo D'souza
Mo D'souza - avatar
En tendencia hoy
My codebits section is full of deleted codes
13 Votes
Ai generated practices
2 Votes
I have finished first in Saturn League 3 times in a row, why have I not been given the badge for “Intergalactic Champion”
0 Votes
Solving coding challenges
1 Votes
Feedback on my portfolio
0 Votes
Yo this is madness
0 Votes
Changing String Variables into int in C++
0 Votes
Advertising in Sololearn
0 Votes
I am new
1 Votes
How can i insert files?
1 Votes