Computer Science, asked by eureka4, 3 months ago

Write a python statement to assign the values “apple”, “50” to fruit, rupees.
This question is from class 11 computer, python chapter.

Answers

Answered by vijayakumarchinthala
3

Answer:

fruit,rupee="apple","50"

Explanation:

two variables comma separated and two strings comma separated

fruit="apple"

rupees="50"

Similar questions