create list integers

Solutions on MaxInterview for create list integers by the best coders in the world

showing results for - "create list integers"
Lea
03 Mar 2020
1list(range(11, 17))
2[11, 12, 13, 14, 15, 16]