Computer Science, asked by anushree512, 2 months ago

in python the users cannot _____
a. assign values to multiple variables in a single line
b. assign the same value to the multiple variables in a single line
c. change the datatype of the variable
d. create multiple variables with the same name​

Answers

Answered by Anonymous
1

Answer:

b

Explanation:

Overloading refers to the ability to use a single identifier to define multiple methods of a class that differ in their input and output parameters. Overloaded methods are generally used when they conceptually execute the same task but with a slightly different set of parameters.

Answered by Anonymous
1

Answer:

b.Assign same value to the multiple variables in a single line.

Ask programming help.whenever you need

Similar questions