subject

In the program below, which two variables have the same scope? def welcome(strName):
greeting = "Hello " + strName
length = len(strName)
print (greeting, length)

def average(numA, numB):
sumNumbers = numA + numB
ave = sumNumbers / 2
return ave

myName = 'Jaynique'
myAverage = average(3, 7)
welcome (myName)
print (myAverage)

myName and A. Jaynique B. myAverage C. strName

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 11:00
When working with a team you should always do the following, except? question 3 options: be dependable and trustworthy be sensitive to others feelings do your fair share critique members of the group
Answers: 2
question
Computers and Technology, 22.06.2019 17:00
Annie is creating a corporate report for a company’s annual meeting. in the report, she wants to add the signature of various department heads. which device can annie use to capture signatures to include in the report? a. printer b. monitor c. e-reader d. digitizing tablet
Answers: 1
question
Computers and Technology, 22.06.2019 18:30
Technician a says that a shop towel should never be used to clean around the flange area before replacing an automatic transmission filter. technician b says that a dimpled transmission fluid pan can be repaired. who is right
Answers: 3
question
Computers and Technology, 23.06.2019 00:00
Which is the correct sequence of steps to set up a document in landscape orientation? a. select page setup from the file menu. then click the margins tab and select landscape. b. select page setup from the edit menu. then click the margins tab and select landscape. c. select page setup from the insert menu. then click the margins tab and select landscape. d. select page setup from the format menu. then click the margins tab and select landscape
Answers: 1
You know the right answer?
In the program below, which two variables have the same scope? def welcome(strName):
greetin...
Questions
question
Mathematics, 15.12.2021 20:00
question
Social Studies, 15.12.2021 20:00
question
Health, 15.12.2021 20:10