Skip to content

Instantly share code, notes, and snippets.

@zbrasseaux
Created February 23, 2018 19:57
Show Gist options
  • Save zbrasseaux/25efe7fd5a1f8e7854d7ba7681e85e70 to your computer and use it in GitHub Desktop.
Save zbrasseaux/25efe7fd5a1f8e7854d7ba7681e85e70 to your computer and use it in GitHub Desktop.
x = 3
y = "4"
z = 3.14
float(x)
int(y)
str(z)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment