What is the value of var at the end of this code?
var = "10"
var = var * 2
var = int(var)
var = var * 2
If the code produces an error, write "Error" (without the quotation marks)
What is the value of var at the end of this code?
var = "10"
var = var * 2
var = int(var)
var = var * 2
If the code produces an error, write "Error" (without the quotation marks)
Create a free account to access the full topic