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
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!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit