You should have bullets in a text box in case you have a list of stuff. For example:
Computer Parts
.Tower
.Monitor
. Mouse
.Printer
Answer:
random_number_file = open("1000 Random Number from 0 to 100.txt", 'r')
random_number_list = random_number_file.readlines()
print('random_number_list)
Explanation:
The name of the file containing the random integer text is ; "1000 Random Number from 0 to 100.txt"
The random_number_file variable stores the opened file ("1000 Random Number from 0 to 100.txt") using the open keyword and reads it ('r')
This file stored in the random_number_file variable is the read into a list by using the readlines() method on the random_number_file
Answer:
The two Important results of any business to be global is given below.
Explanation:
1.The Internet and World Wide Web allowing the easier and quicker way to getting started any business due to this we can sell the product online and make the business global.
2.The Internet and World Wide Web giving the quicker way to change the business if any changes are reflected in the business environment.
Answer:
The cost to make one tie is approximately £4.79
Explanation:
The details of the dimensions of the fabric needed to make the school tie are;
The length of the required fabric = 135 cm
The width of the fabric for the tie = 9 cm
The width of a roll of fabric when sold = 90 mm = 9 cm
The cost of the fabric per meter = £3.55
The width of the roll of fabric = The width of the fabric material required to make a tie
1 meter = 100 cm
The cost of 1 m (100 cm) of fabric = £3.55
Therefore;
The cost of the 135 cm of the fabric required for the tie, <em>c</em>, is found as follows;
c = £3.55 × 135/100 = £4.7925
The cost of the fabric required to make one tie giving the answer to two decimal place, c ≈ £4.79
Answer:
0.9961
Explanation:
Given that:
Proportion of time waiting for I/O operation to complete = 25% = 0.25
Number of programs waiting in memory = 4
Using the CPU Utilization formula :
CPU Utilization = 1 - p^n
1 - 0.25^4
1 - 0.00390625
0.99609375