Added main.py

This commit is contained in:
s498810 2025-01-11 20:04:47 +01:00
parent 215d615853
commit c39a62b124

View File

@ -2,5 +2,6 @@ import numpy as np
a = 2
b = 3
c = 4
print(a+b)
print(a+b+c)