Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
PyDicCom
#Python 2.7.17 #PyDicCom: Python Dictionary Comprehension #tis code is created by Rezaul Hoque on December 28,2021;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; dayTemF={ 'Mon': 50, 'Tue':60, 'Wed':70, 'Thu':80, } print(dayTemF) dayTemC={day:(temp-32)*5/9 for (day,temp) in dayTemF.items()} print(dayTemC)
run
|
edit
|
history
|
help
0
http_request
Gus Hw Help
single_digit
MPS2
Manual
Prime number finder and counter in range (ex: 0-100) using python
PyLamb
PyAddBook
Gardener
Gettinginput from users