Created
September 5, 2023 08:59
-
-
Save Harrix/05ab202facc0e99d6367c93d99c35f2f 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 = 2 | |
| b = 3 | |
| c = a + b | |
| print(c) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment