I'm new to python and spyder. Is there a way to do something like this(this is something I would do using RStudio):
(var<-c(1,2,3,4))
This would allow me assign values to my vector while seeing the output at the same time. Is there a spyder
way to do this?