Last active
March 7, 2023 15:21
-
-
Save ANelson82/9db47a2def10c63c2f34a71d416cb7b3 to your computer and use it in GitHub Desktop.
awesome program
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| my_var = "Hello World, today is a nice day" | |
| print(f"{my_var}") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment