Created
September 6, 2023 08:44
-
-
Save Harrix/edf9b301e568315a4883d69231942513 to your computer and use it in GitHub Desktop.
Программа сложения двух чисел
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
| a = 5 | |
| b = 2 | |
| c = a + b | |
| print(c) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment