Update paths and actually add files
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class Sample:
|
||||
other_samples = []
|
||||
value = 0
|
||||
|
||||
sample = Sample()
|
||||
other_sample = sample
|
||||
sample.value = 20
|
||||
print(other_sample.value)
|
||||
Reference in New Issue
Block a user