Skip to content

Instantly share code, notes, and snippets.

@Harrix
Created September 5, 2023 08:59
Show Gist options
  • Select an option

  • Save Harrix/05ab202facc0e99d6367c93d99c35f2f to your computer and use it in GitHub Desktop.

Select an option

Save Harrix/05ab202facc0e99d6367c93d99c35f2f to your computer and use it in GitHub Desktop.
Программа сложения двух чисел
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