HackerRank- Python Loops
Pronlem 5:
Read an integer n. For all non-negative integers i
- if __name__ == '__main__':
- n = int(input())
- for i in range(0, n):
- print(i*i)
Pronlem 5:
Read an integer n. For all non-negative integers i
- if __name__ == '__main__':
- n = int(input())
- for i in range(0, n):
- print(i*i)
Codesadda.com is your home of programming solutions, tutorials, video tutorials and much more. Sign Up for our weekly newsletter to get update about new content.