Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Tags
#python #scip
Question
The '=' symbol is called the [...] in Python (and many other languages)
Answer
assignment operator

Tags
#python #scip
Question
The '=' symbol is called the [...] in Python (and many other languages)
Answer
?

Tags
#python #scip
Question
The '=' symbol is called the [...] in Python (and many other languages)
Answer
assignment operator
If you want to change selection, open original toplevel document below and click on "Move attachment"

Parent (intermediate) annotation

Open it
he = symbol is called the assignment operator in Python (and many other languages)

Original toplevel document

1.2 Elements of Programming
= and a value to the right: >>> radius = 10 >>> radius 10 >>> 2 * radius 20 Names are also bound via import statements. >>> from math import pi >>> pi * 71 / 223 1.0002380197528042 T<span>he = symbol is called the assignment operator in Python (and many other languages). Assignment is our simplest means of abstraction, for it allows us to use simple names to refer to the results of compound operations, such as the area computed above. In this way, co

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.