Answer:
# create the file
filename = "Testfile.txt"
# for writing, we create the output file:
outPutfile = open(filename, "w")
# Writing numbers from 1-100
for item in range(1,101):
outPutfile.write((str)(item))
outPutfile.close()
# printing the contents to verify it worked correctly
infile = open(filename, "r") #note the "r" indicates the mode
fileContents = infile.read()
infile.close()
print(fileContents)
Explanation:
- Define the working file fileName = TestFile
- Create the output file for writting outPutfile = open(filename, "w")
- Use a for loop to write numbers from 1-100 to the file outPutfile.write((str)(item))
- Close the file outPutfile.close()
- You may open the file read its content and print the contents to verify it worked correctly
the answer to the question is a Embedded ( I just learned this like a month ago so im pretty sure it right :))
To create a multi-column and multi-row
box for users to type into in an html form, use the <textarea></textarea>
tag pair.
<span>The html tags are the codes or the hidden keywords in
the web browser to tell about its format and displayed content. The html tags
mostly comes in pairs, pair consist of the start tag and end tag.</span>
Answer:
i think phone
hope this helps u stay safe
Explanation:
Answer:
VAX architecture is an example of the CISC (Complex Instruction Set Computers) therefore there are large and complicated instruction sets used in the system. Memory: VAX architecture consists of 8- bit bytes memory