Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
a=5 b=a a=4 print(b) What is output and why :)
python
variables
2 Votes
10 Answers
21st Sep 2016, 4:59 PM
Andrew Arugula
A= [0, 1, 2] b=a a[0]="spam" print (b[0 ])
challenge
python3
3 Votes
2 Answers
2nd Sep 2020, 7:24 AM
Gbadegesin Muhammed
what is the meaning of b=a when a is a list?see my example please.
lists
python3
0 Votes
4 Answers
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))
answer
quiz
sololearn
4 Votes
4 Answers
13th May 2019, 4:13 PM
Abdelkader Barraj عبد القادر البراج
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 😇😶
javascript
objects
0 Votes
5 Answers
19th Feb 2017, 4:52 PM
Mo D'souza
Ask a question
Ask a question
Ask a question
Ask a question
Hot today
Is it just print python makes use of
0 Votes
How to add description to my code
0 Votes
Where can i find my work?
1 Votes
python
1 Votes
What if they add lua
1 Votes
How to embed audio in HTML?
3 Votes
Pro vs Max Plan
0 Votes
How can I add my gallery photo to my html project
0 Votes
Python programming
1 Votes
Event delegation in JavaScript Developer I Exam - How to detect a click?
2 Votes