PythonProject

This commit is contained in:
Victor Alexandrovich Tsyrenschikov
2025-07-15 23:57:46 +05:00
parent 0da2850f0f
commit 0fc5b15016
15 changed files with 22244 additions and 1 deletions

3
f.py Normal file
View File

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