0% found this document useful (0 votes)
9 views

Python Reference

Uploaded by

d2op
Copyright
© © All Rights Reserved
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% found this document useful (0 votes)
9 views

Python Reference

Uploaded by

d2op
Copyright
© © All Rights Reserved
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
You are on page 1/ 2

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

You might also like