Fill Array

Create an array filled with a specific value.

Code

General
[value] * length

Parameters

Length of the array

Value to fill with

Server

More Python Snippets