create an empty list and add 5 integers to the list by taking an input fro

Write a python program to create an empty list and add 5 integers to the list by taking an input from the user using while loop and print the final list
1
2
3
4
5
Total : 0 Discussion
Login