Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 5, 2021 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/84314d623a8d6999964e0133d0f68a58 to your computer and use it in GitHub Desktop.
Save parzibyte/84314d623a8d6999964e0133d0f68a58 to your computer and use it in GitHub Desktop.
numero_negativo = -100
positivo = numero_negativo * -1
print(
f"El número negativo es {numero_negativo} y convertido a positivo es {positivo}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment