Skip to content

Instantly share code, notes, and snippets.

@onimenotsuki
Created April 11, 2022 19:58
Show Gist options
  • Save onimenotsuki/813b531d14617f12be1f97c92b25ae9e to your computer and use it in GitHub Desktop.
Save onimenotsuki/813b531d14617f12be1f97c92b25ae9e to your computer and use it in GitHub Desktop.
#Comillas simples
cads = 'Texto entre comillas simples'
#Comillas doble
cadd = "Texto entre comillas"
print(type(cads))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment