Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python inverse string #7

Open
lionzhnn opened this issue Apr 12, 2018 · 0 comments
Open

python inverse string #7

lionzhnn opened this issue Apr 12, 2018 · 0 comments

Comments

@lionzhnn
Copy link

lionzhnn commented Apr 12, 2018

#!/usr/bin/env python #encoding=utf-8 print 'kill game by input end' while 1: s=input("input string:") if s== 'end': break; s1=''; index=0; l=len(s); print s[l-index-1]; while index<l: s1=s1+s[l-index-1]; index=index+1; print s1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant