9 odpowiedzi
+ 6
Hup, my bad.
++ is not really an operator.
It's an association of two operators ( + and + )
++var => + ( + var )
So yes, you can use this ( sorry if I said not, my mistake ;) )
+ 3
<<Meowg!i>> I just removed the ++t from the function. the output is the same
+ 1
Choubada, but try this code:
https://code.sololearn.com/crHSqA6k20H3/?ref=app
++ works here. And this code is from SoloLearn's quiz
+ 1
Thank you, Choubada! It means that this line don't do anything? It's writed to confuse, isn't it?
+ 1
Thanks, KKK! One more question: does program call variable/number and does it take up space in memory if i only write it, like in this code:
а=123
а
+++---10
-10*а
+-+-+-а
I know that it hasn't real application, just wondering :)
0
No, it doesn't exist, sorry ;)
PS: You can use +=1
0
try post decrement operator of c in python 😂
0
print(2--+6)
output: 8