The Random module:
Random functions The Random module contains some very useful functions
import random
print random.randint(0, 5)
you can see just we use import the random to get the modle the output 1, 2, 3, 4 or 5.
another examples:
import random
random.random() * 100
import random
myList = [2, 109, False, 10, "Lorem", 482, "Ipsum"]
random.choice(myList)
What is Risk Analysis:
Along the way on your programming journey, there are a few milestones that you need to conquer to advance ahead. For example, getting comfortable with classes, understanding pointers, master the art of functionalizing your code, and so on. One of the trickest programming concepts to learn for newcomers and master for those who have been programming for a while is Risk Analysis.
Risk Analysis:risk analysis is the process of identifying the risks in applications
Steps to train your mind to think about the risk:
- Use of new hardware.
- Use of new technology.
- Use of new automation tool.
- The sequence of code.
- Availability of test resources for the application.
Risk Identification:
- Business Risks
- Testing Risks
- Premature Release Risk
- Software Risks
How to perform Risk Analysis?:
- Searching the risk
- Analyzing the impact of each individual risk
- Measures for the risk identified
by OBADA ALHAWJREH.*
My name is obada jaber, I’m 27 years old, I studied Mechanical engineering and i graduated from al balqa applied university, i am now a software student. OBADA ALHAWJREH.
Support or Contact:
Having trouble with Pages? Check out our : email or phone number : 0781912474 or contact support for gethub and we’ll help you sort it out. 🚑 🚑 🚑