str = “Programming in Python”
print(str)
z = str[-1]
y = str[2] + str[-2]
print(z , “ ***” , y)
Answers
Answered by
0
Answer:
................
Explanation:
....,....................................
.....
follow me please
Similar questions