Here is the matching of the variables with their types:
b = "Hector"
→ Stringc = 7
→ Integera = 19.95
→ Float
There are no Boolean or Tuple types among the variables provided.
. b = "Hector"
c = 7
a = 19.95
Boolean Float Integer String Tuple
1 answer
Here is the matching of the variables with their types:
b = "Hector"
→ Stringc = 7
→ Integera = 19.95
→ FloatThere are no Boolean or Tuple types among the variables provided.