📑 Task
1) What properties of the “_” character do we observe in code cells?2) How can you restore the properties of this special variable?
📑 Answer
1) "_" is a special variable that represents the last returned valueand reassigning "_" convert it into an usual variable
2)
No comments:
Post a Comment