Python-My Notes
Showing posts with label
conversion
.
Show all posts
Showing posts with label
conversion
.
Show all posts
Friday, May 1, 2015
Convert Strings,list of strings into a python dict or dictionary
›
""" Strings ==> Dicts """ #problem1 #Input: s = "{'muffin' : 'lolz', 'foo' ...
Thursday, April 30, 2015
Convert strings to tuple in python
›
#Strings to tuple >>> myname='cam' >>> tuple(myname) ('c', 'a', 'm') >>> (myna...
Convert string or strings into a list in python
›
I always wanted a python cheatsheet where by looking could get an idea.Since i'm a novice programmer,i need to look at these snippets ...
›
Home
View web version