Respuesta :
Answer:
"str" is string format "int" is bytes format. Not too sure what float is
Explanation:
Answer:
- str(2.34) = string
- int('2') = int
- float(2) = float
Explanation: Correct on Edg 2020/2021.
Answer:
"str" is string format "int" is bytes format. Not too sure what float is
Explanation:
Answer:
Explanation: Correct on Edg 2020/2021.