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
guess
Mixing string with number
1
("Hello,world!")
IP Network and Broadcast calculator
V
PyStack
main_game
List comprehension to search and add
Regular falsi