Answer:
D. by using different background colors for different sections
Explanation:
This can help people differentiate the different sections of your webpage.
Hope this helps!
Answer:
see shawty problem is, I havent had that phase yet, my cousin would be able to answer this tho
Answer:
file_name = 'orders.txt'
file_obj = open( file_name, 'r' )
lines = file_obj.read()
print(lines.upper(), end = '')
Explanation:
- Define the name of the file
.
- Use the built-in open function to open the file in read mode
.
- Use the built-in read function to read the file and assign this to lines variable.
- Finally display the lines by converting them to capital alphabets by using the built-in upper() function.
Answer:
the answer is d use the forever block
Explanation:
I took the test and I got it right but sometimes it is different for others