Cursos
Fazer login
Começar a aprender IA
Cursos
Fazer login
Começar a aprender IA
Q&A DiscussÔes
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
What's the use of //= ,&= ,|= ,^= ,>>= ,<<= operators in python?
comparisionoperators
python
19 Votos
33 Respostas
12th Jun 2020, 1:38 PM
Thayani Gathirvelouđ±đ°
def ChangeVal(M,N): for i in range(N): if M[i]%5 = = 0: M[i] //= 5 if M[i]%3 = = 0: M[i] //= 3 L=[25,8,75,12] ChangeVal(L
python
-4 Votos
3 Respostas
5th Oct 2020, 4:31 AM
Arpan Pradhan
n = int(input()) length = 0 while n > 0: n //= 10 length += 1 print(length)
python3
0 Voto
4 Respostas
17th Oct 2020, 2:46 AM
Rahul Prasad
Can anyone please tell me why it is needed to use x //= 10 inthis code
else
if
0 Voto
6 Respostas
28th Nov 2020, 5:27 PM
Rahul
In Python 3 this symbols i don't understand (%=, /=, //=, -=, +=, *=, **=) please give me examples and explain also.
-=
**=
*=
//=
/=
%=
+=
1 Voto
3 Respostas
7th Jun 2019, 11:27 AM
Rupak Barman
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Quente hoje
I have finished first in Saturn League 3 times in a row, why have I not been given the badge for âIntergalactic Championâ
4 Votes
I am new
1 Votes
Changing String Variables into int in C++
0 Votes
Python intermediate help with dictionaries
0 Votes
Fill in the blank to declare a static variable.
0 Votes
Marquee
1 Votes
RUST'S FUTURE
1 Votes
What are the advantages and disadvantages of using let vs var when declaring variables in JavaScript?
0 Votes
Any Advise?
1 Votes
Popsacles Aufgabe
1 Votes