Computer Science, asked by shanvi1234, 8 months ago

Which of the following coercions are accepted for the datatype ‘String’ for the variable my_salary as defined below?


my_salary=complex(my_salary)
my_salary=int(my_salary)
my_salary=float(my_salary)
my_salary=bool(my_salary)

Answers

Answered by aarthi2000cse
1

Answer:

my_salary=complex(my_salary)

Similar questions