Imgflip Logo Icon

mahdihosseinnejad1's Images

Imgflip Pro

  • AI creation tools & better GIFs
  • No ads
  • Custom 6x6 profile icon and new colors
  • Your images are featured instantly in auto-approve-sfw streams
  • Your images jump to the top of approval queues
Go Pro

python range()

python range() | print:[0, 1, 2, 3, 4]; list_ = list()
for i in range(0, 5, 1):
    list_.append(i)
print (list_); list_ = list()
for i in range(5):
    list_.append(i)
print (list_); print([i for i in range(5)]; print(list(range(5))) | image tagged in mr mcmahon reaction | made w/ Imgflip meme maker
182 views, 2 upvotes