Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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
 
Source by codeinplace2021.github.io #
 
PREVIOUS NEXT
Tagged: #python
ADD COMMENT
Topic
Name
1+4 =