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
Social Sciences,
4 months ago
Geography,
4 months ago
Math,
9 months ago
English,
9 months ago
Social Sciences,
1 year ago
Math,
1 year ago
Physics,
1 year ago