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
1
Answer:
my_salary=complex(my_salary)
Similar questions
English,
4 months ago
Social Sciences,
4 months ago
English,
8 months ago
Hindi,
1 year ago
English,
1 year ago