Python attribue une variable à une autre variable
var1 = "something"
var2 = var1
totally real coder
var1 = "something"
var2 = var1