Advertisements
Advertisements
Question
Write the corresponding Python assignment statement:
Assign the strings ‘Mohandas’, ‘Karamchand’, and ‘Gandhi’ to variables first, middle and last.
One Line Answer
Advertisements
Solution
first,middle,last = "Mohandas","Karamchand","Gandhi"shaalaa.com
Is there an error in this question or solution?
