Below is the list of operations you want to perform. Which functions should you use for each of these cases?
Pay attention to the quotation marks!
Below is the list of operations you want to perform. Which functions should you use for each of these cases?
Pay attention to the quotation marks!
str(3)str(3.0)int(3.0)int(float("3.0"))int("3")float("3.0")float(3)Create a free account to access the full topic