Give example | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Give example

Can anyone give a example about the repeat function?

9th Jan 2017, 10:40 AM
Armand Dwi
Armand Dwi - avatar
6 Answers
+ 6
a=0 while a < 9: print("is this good enough?") a+=1
9th Jan 2017, 11:00 AM
Ahri Fox
Ahri Fox - avatar
+ 6
oh. poop. idk. :c
9th Jan 2017, 11:02 AM
Ahri Fox
Ahri Fox - avatar
+ 2
I write my first code with itertools,please see in my profile and give me your comments.
15th Jan 2017, 9:26 AM
Masih Akbarzadeh
Masih Akbarzadeh - avatar
+ 1
I mean is the repeat function in the itertools module
9th Jan 2017, 11:01 AM
Armand Dwi
Armand Dwi - avatar
+ 1
:o
9th Jan 2017, 11:37 AM
Armand Dwi
Armand Dwi - avatar
+ 1
https://docs.python.org/3/library/itertools.html?highlight=itertools%20repeat#itertools.repeat There you go
9th Jan 2017, 8:03 PM
Amaras A
Amaras A - avatar