Computer Science, asked by hrishikesh03, 4 months ago

Write the corresponding python assignment statements:
a) Assign a list containg strings 'paper', 'Gel pen and 'Eraser' to a variable stationary
b) Assign the strings 'Mohandas', 'Karamchand' and 'Gandhi' to variables first, middle and last​

Answers

Answered by valeriy69
3

\huge\red{\mid{\fbox{\tt{Using\: Python\: 3}}\mid}}

stationary = ["paper", "Gel pen", "Eraser"]

first, middle, last = "Mohandas", "Karamchand", "Gandhi"

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions