Quick actions

cmd+k|ctrl+k

Navigation

Languages

Unit 10.5

Snippet info

Language

Python

Visibility

public

Author

mori

Created

2019-02-07T05:37:04Z

Updated

2019-02-07T05:37:04Z

a = int(input())

b = range(-10, 10, a)

print(b)
INFO