A Python reference variable is a variable that always points to the current object. For example, 'Stu = Student()' creates an object 'Stu' that acts as a reference variable. This means 'Stu' continuously points to the associated 'Student' object.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
11 views2 pages
Python Reference
A Python reference variable is a variable that always points to the current object. For example, 'Stu = Student()' creates an object 'Stu' that acts as a reference variable. This means 'Stu' continuously points to the associated 'Student' object.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
Reference varialble
Python reference variable is a variable which
always pointing to the current object called reference variable Stu = Student() Stu : is a object which is always pointing to the reference variable