Created
September 2, 2022 18:40
-
-
Save alex-ber/d815b14b825e510486e8caa7b6f0d29e to your computer and use it in GitHub Desktop.
01_variables1.py
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
first=2 | |
second=3 | |
result=first+second | |
print(result) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment