Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
PyDataDescript
#python 3.6.9 #PyDataDescript #this code is created by Rezaul Hoque on January 22,2022; #contact: jewelmrh@yahoo.com,Dhaka, Bangladesh #note: codes shared by Rezaul Hoque on rextester are not for sale; they are created and shared to facilitate the algorithm learning process; many like Hoque use this platform to practice programming ;Rezaul hopes his contribution helps others to fine tune their learning; class Example: def __get__(self, instance,caller): print('The __get__ was called') return 2022 def __set__(self,instance,value): print('The __set__was called') class Screen: name = Example() a = Screen() a.name=10 print (a.name) print('Screen name: ', a.name)
run
|
edit
|
history
|
help
0
BasicFunctionsPrograms,py
Python
Ex_039.py
Multi-Layer Neural Networks
new traceback.py
Assignment-3c
Python.py
Simulare
inverse matrix gauss jordan
linked_lists_2+decisions