Computer Science, asked by lavender134, 1 month ago

Write a function Push() which takes number as argument and add in a
stack "MyValue"

Answers

Answered by KrinaArora
7

Answer:

my names = |

def push(value):

my names.append (value)

push ("Amit")

Explanation:

I hope it helps

Similar questions