def show(str,key): (2)
x=0
L=len(str)
while x<(L//2):
if x%2 is not 1:
print(str[x]*key)
else:
print(str[x]*(key+1))
x+=1
key+=2
show(“PYTHON”
Answers
Answered by
0
Answer:
fuxghgfitxjvivivivivfgigiciv Tu ivi
Similar questions