Recent Post
Wednesday, February 1, 2017
Lower Function User Defined Python
Tags
Articles
- Suppose you want to send a message to a friend,but you don't want other people to be abl
- Code:: def isanagram(s1,s2): s1="".join(sorted(s1)) s2="".j
- Question:: Define a function reverse() that computes the reversal of a string
- Question:: Define a function sum() and a function multiply() that su
- ScreenShots : Code: listCD=[] def sortByIndex(index): for i in range(0
- Question:: Write a function translate() that will translate a text into "
Post a Comment
Subscribe to:
Post Comments (Atom)