V
V
Vitya Podpriklopolny2017-10-20 22:19:47
Python
Vitya Podpriklopolny, 2017-10-20 22:19:47

How to make the same loop in Python as in java?

you need to make a loop in python from java
for(int i = 4; i >= 10000; i++

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2017-10-20
@megamage

for i in range(4, 10001):

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question