@ -4,5 +4,6 @@ a = 2
b = 3
c = 4
print("Wynik odawania to: ", end='')
print(a+b+c)
print("Wynik dodawania to: ", end='')
print("Wynik mnożenia to: ", a*b*c, end='')
The note is not visible to the blocked user.