Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
PyEnum
#Python 2.7.17 #PyEnum #this code is created by Rezaul Hoque on December 08,2021;contact: jewelmrh@yahoo.com #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 Weath(Enum): GOOD = 1 BAD = 2 UGLY = 3 print(Weath.GOOD) print(repr(Weath.GOOD))
run
|
edit
|
history
|
help
0
kkk
single digit
Problem Name: single_digit
Data structures
Looking at the /etc folder... :)
fibonacci_2
ab.py
PyDicCom
Reed Solomon error correction
RandomShape