Kurse
Kurse
Code Compiler
Code Compiler
Diskutieren
Preise
Teams
Anmelden
Registrieren
Menu
F&A Diskussionen
Suchen
Suchen
Eine Frage stellen
Eine Frage stellen
a=5 b=a a=4 print(b) What is output and why :)
python
variables
2 Stimmen
10 Antworten
21st Sep 2016, 4:59 PM
Andrew Arugula
A= [0, 1, 2] b=a a[0]="spam" print (b[0 ])
challenge
python3
3 Stimmen
2 Antworten
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 Stimmen
4 Antworten
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 Stimmen
4 Antworten
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 Stimmen
5 Antworten
19th Feb 2017, 4:52 PM
Mo D'souza
Eine Frage stellen
Eine Frage stellen
Eine Frage stellen
Eine Frage stellen
Heute heiß
Can someone suggest codespace to run my code (react.js)?
1 Votes
Solved Chess tournament you’re creating code for a chess tournament
0 Votes
Is it legal to use conditional preprocessors inside a macro function?
1 Votes
I write a python code for "Take a phrase and replace any instances of an integer from 0-10 and replace it with the English word.
1 Votes
C++ Solid principles
3 Votes
C Programming roadmap
2 Votes
[off-topic]Where is Result??
1 Votes
[SOLVED] Where do you find code coaches?
1 Votes
Messages
1 Votes
Cpp
1 Votes