subject

Consider the following code segment:

import os
filename = input("Enter the name of a file: ")
if :
print("That file exists!")
else:
print("That file does not exist.") This code segment is supposed to print an appropriate message indicating whether or not the file specified by the user exists.

What code should be placed in the blank so that the code segment performs its intended task?

a. filename != ""
b. os. path. exists()
c. os. path. exists() == filename
d. os. path. exists(filename)

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 02:00
When jen is planning to upgrade to a monitor with a better resolution, what should she be looking for in the new monitor?
Answers: 1
question
Computers and Technology, 22.06.2019 04:30
How can you know if the person or organization providing the information has the credentials and knowledge to speak on this topic? one clue is the type of web site it is--the domain name ".org" tells you that this site is run by a nonprofit organization.
Answers: 2
question
Computers and Technology, 22.06.2019 14:20
Consider a byte-addressable computer with 16mb of main memory, a cache capable of storing a total of 64kb of data and block size of 32 bytes. (a) how many bits in the memory address? (b) how many blocks are in the cache? (c) specify the format of the memory address, including names and sizes, when the cache is: 1. direct-mapped 2. 4-way set associative 3. fully associative
Answers: 2
question
Computers and Technology, 23.06.2019 17:00
*! 20 points! *jeff wants to create a website with interactive and dynamic content. which programming language will he use? a. dhtml b. html c. css d. javascript
Answers: 1
You know the right answer?
Consider the following code segment:

import os
filename = input("Enter the name...
Questions
Questions on the website: 13722363