Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
PyRegCapGroup
#python 3.6.9 #PyRegCapGroup #this code is created by Rezaul Hoque on February 16,2022; #contact:jewelmrh@yahoo.com;Dhaka,Bangladesh;https://rezaulhoque.wordpress.com,https://hoquestake.blogspot.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; import re a= 'Sun:20,Mon:22,Tue:25,Wed:28' temp = '(?P<Day>\w+):(?P<Temperature>\d+)' daytemps = re.finditer(temp, a) for daytemp in daytemps: print(daytemp.groupdict())
run
|
edit
|
history
|
help
0
LinkedList implementation
python, attributes, setter and getter the pythonic way (V2)
metods.py
ConstructorBehaviourInInheritance
CRAZEEE!
HW. InsertionSort in Descending order
Code
Lesson 5 part b
Palindrome using recursion
PyCutRod