What will var1 and var2 store with statements : var1 = 2,121E2 and var2 = 0.2,121E2? What are the types of values stored in var1 and var2 ?
Answers
Answered by
6
Answer:
please mark me as Brainliest
Explanation:
What will varl and var2 store with statements : varl = 2,121E2 and var2 = 0.2,121E2 ? What are the types of values stored in varl and var2 ? var1 will store (2, 12100.0) and var2 will store (0.2, 12100.0). They both are tuples.
Similar questions