Files
pythonProject/f.py
Victor Alexandrovich Tsyrenschikov 0fc5b15016 PythonProject
2025-11-21 00:03:33 +05:00

3 lines
53 B
Python

a=10
b=56
print('Сумма чисел a и b =',a+b)