Closed harshraj8843 closed 2 years ago
n = int(input())
for i in range(0,2*n):
if(i%2==0):
print(i, end=" ")
Hii @PA11TEDDU
Thanks for contributing to this open source project 😃
Could you please open a pull request for this.
Sure @harshraj8843
Thanks @PA11TEDDU
You can see this guide to add file and open pull request.
Title of article
Write a Python programme to print first n even numbers.
Additional information
Code of Conduct