Printing Names Like U

in python •  6 years ago 

while True:
isim=raw_input("Bir isim giriniz: ")
if(len(isim)<=10):
break
else:
print("10 Harf veya 10 Haften kısa isim giriniz!")

if (len(isim)<10):
eklenecek=10-len(isim)
for i in range(eklenecek):
isim="*"+isim

bir=isim[0:5]
iki=isim[5:10]
for i in range(5):
print bir[i]+" "+iki[-i-1]

print iki

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Hello! Your post has been resteemed and upvoted by @ilovecoding because we love coding! Keep up good work! Consider upvoting this comment to support the @ilovecoding and increase your future rewards! ^_^ Steem On!

Reply !stop to disable the comment. Thanks!