FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GitHub Viewer

def reply(userTxt): if type(userTxt) == type('str'): return "The User said : "+userTxt else: return None userTxt = raw_input('Please Say Something: ') machineReply = reply(userTxt) print(machineReply)

Back | FazBrowse Home | New Git URL