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 拉丁猪文字游戏 #8

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

python 拉丁猪文字游戏 #8

lionzhnn opened this issue Apr 12, 2018 · 0 comments

Comments

@lionzhnn
Copy link

lionzhnn commented Apr 12, 2018

print 'kill game by input end'
refdoc=['a','e','i','o','u'];
while 1:
s=input("input string:");
if s=='end':
print 'end game';
break;
if s[0] not in refdoc:
s1=s[1:]+'-'+s[0]+"ay";
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