“para x em intervalo (1.100, 10): impressão (x)” Respostas de código

range (n, n) python

# if numbers are same in the range function then,
# the range function outputs empty range
# this is because, there are no integers b/w n and n
for i in range(1,1):
  print("runs")

# prints nothing
 
TeeJay

para x em intervalo (1.100, 10): impressão (x)

1 10 10
Dead Dotterel

Respostas semelhantes a “para x em intervalo (1.100, 10): impressão (x)”

Perguntas semelhantes a “para x em intervalo (1.100, 10): impressão (x)”

Procure respostas de código populares por idioma

Procurar outros idiomas de código