+ 1

What are loops and modules?

3rd Feb 2018, 10:13 AM
PRIYANSHU PANDEY
PRIYANSHU PANDEY - avatar
2 Answers
0
Loop is some code with some condition or so: some code is repeated some number of times, while iterating through some iterable object, while or until some statement is true or similar. If you are asking about Python, module is literally any Python program/code. Although by some people programs/codes that are made to run and not import from other program/code are named scripts and programs/codes that are made to for use in other programs are named modules.
21st Feb 2021, 7:48 AM
#0009e7 [get]
#0009e7 [get] - avatar
- 1
recursive
26th Apr 2018, 1:20 PM
Viktor UHLIAR
Viktor UHLIAR - avatar