Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
PyMap
#Python 2.7.17 #PyMap #this code is created by Rezaul Hoque on December 06,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; def mapFun(a): return a.upper() s="python map" x=map(mapFun,s) print(x) def sub(x,y): return x-y p=map(sub,(10,12,14),(4,6,8)) print(list(p))
run
|
edit
|
history
|
help
0
building a basic calculator
PyStr
Problem: Binary
Aisha Wall
python
PyClass2
rstring
python2 - division - 0
Array Example
Chain length calculator