Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
PyEnum
#python 3.6.9 #PyEnum #this code is created by Rezaul Hoque on January 10,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; from enum import Enum class Taka(Enum): Paisa=1 Ana=6.25 CharAna=25 Siki=25 AatAna=50 Adhuli=50 SholoAna=100 Taka=100 for i in Taka: print(f"{i.name}\t{i.value}") print(Taka.__members__)
run
|
edit
|
history
|
help
0
Code
PyTeleAbs
Lab_III_3_24_11_2020
9th jan
http://rextester.com/HYVN80193
ejemplo2_python_20.068.214-9
Singleton Design in Python
Linear search
Payth
for project 1