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.
computer ethis are crime done using computer technology (true )and(false)
answer- true
Answer:
Graduated Drivers License process
Explanation:
It gradually develops skills, just using logic. Hope it helped!
A solo piece written for a main character, which focuses on the character's emotion
Answer:
We cant help with that. Maybe give me more information?