Data Structures and Algorithm (History Of Python)
¡Supera tus tareas y exámenes ahora con Quizwiz!
y -= 1
subtract then assign value
December 1989
Implementation was started in?
1980's
Python was coined and conceived in the late?
Guido Van Rossum
Who invented Python?
y += 1
add then assign value
y /= 3
divide then assign value
y // = 5
floor divide then assign value
y **= 2
increase to the power of then assign value
Python
is a Programming language which is Object-oriented, High-level, Interpreted, Multi-Purpose and Extremely user friendly.
y *= 2
multiply then assign value
y %= 3
return remainder then assign value