Creating a random number or a list of random numbers in python

preview_player
Показать описание
Creating a random number or a list of random number in python using 'randint' and 'uniform' functions of the 'random' module

Please subscribe, like and share this video

#python #vscode #dev #tutorial #learning #beginners #pythonforbeginners #randomnumbers
Рекомендации по теме
Комментарии
Автор

Write a program that asks the user to enter the number of random numbers they want, the lower limit of the random numbers, and the upper limit. Your program should then generate random integers in this range and add it to an empty list. Display this list.

Please help 🙏

shabalalasizwe