D
D
Dima Remezkov2021-11-18 17:41:27
Python
Dima Remezkov, 2021-11-18 17:41:27

How to make + numbers, and add even before the result?

In general, I need to do something like this, only to work

balance = 0

print(balance + 1 =  1 + 1)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Evstafiev, 2021-11-18
@Xelaform

balance = 0
balance += 1
print(balance)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question