In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-10-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
Python how to randomly generate numbers, many novices are not very clear about this, in order to help you solve this problem, the following editor will explain for you in detail, people with this need can come to learn, I hope you can gain something.
Step 1: install the random library
The random library is a Python standard library that uses random numbers.
You can enter CMD by WIN + R and enter the code at the command prompt
Pip install random
Step two
Now you can start writing code and import random
Import random
Use def to start the function definition, followed by the function name, inside the parentheses are the parameters of the function, and inside are the function implementation code
Def number (): # randomly select 5 digits from 1 to 100 number = random.sample ([b for b in range (1100)], 5) return number
Final output
A = number () print (a)
Run the code, and the effect is as follows
To an upgraded version, write a two-color ball generation code
Let's start with six red number balls
Import randomdef number (): # six red balls randomly selected from No.1-33 blue = random.sample ([b for b in range (1Magne33)], 6)
Blue number ball
# randomly select a red ball from No.1-16 red = random.choice ([r for r in range (1Magne17)]) blue.append (red) return blue
Output
A = number () print (a)
Running result
Is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.