subject
Computers and Technology, 26.04.2021 22:00 nas5119

Select the correct line of missing code to create an output of "hello." x = ("hello")
def printfunction():
print(x)
def returnfunction():
return x
def main():
p = printfunction()
r = returnfunction()
/**missing code**/

main()

A. print (p)
B. print (r)
C. return (p)
D. print (printfunction)

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 07:30
What type of computer network ensures high security ?
Answers: 1
question
Computers and Technology, 23.06.2019 00:20
The open systems interconnection (osi) reference model: defines standards for many aspects of computing and communications within a network. is a generic description for how computers use multiple layers of protocol rules to communicate across a network. defines standards for wireless local area network (wlan) communication protocols. details the advantages and disadvantages of various basic network cabling options.
Answers: 1
question
Computers and Technology, 23.06.2019 13:30
Best laptops for college [$100-$500 range]?
Answers: 2
question
Computers and Technology, 23.06.2019 13:30
Me ! evelyn is a manager in a retail unit. she wants to prepare a report on the projected profit for the next year. which function can she use? a. pmt b. round c. division d. what-if analysis
Answers: 2
You know the right answer?
Select the correct line of missing code to create an output of "hello." x = ("hello")
def pr...
Questions