![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | max0115 |
![]() |
Reply From: | Eric Ellingson |
Without knowing more specifically which data types you’re talking about, there are at least these available:
bool(value)
→ converts value
to a boolean
int(value)
→ converts value
to an integer
str(value)
→ converts value
to a string
float(value)
→ converts value
to a float