Skip to content

Instantly share code, notes, and snippets.

@Harrix
Created September 6, 2023 08:44
Show Gist options
  • Select an option

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

Select an option

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