subject

In the program given, 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)
strName and

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 17:30
Who invented the tv .hint it was 2 people
Answers: 1
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, 23.06.2019 03:30
Hashtags serve to identify the topic of a given tweet true false
Answers: 2
question
Computers and Technology, 23.06.2019 14:30
Select the correct answer. what does it indicate when a website displays https instead of http? a. the website is secure. b. there is no secure sockets layer. c. the secure sockets layer is hidden. d. the website is not secure.
Answers: 1
You know the right answer?
In the program given, which two variables have the same scope? def welcome(strName):
greeting...
Questions
question
Mathematics, 29.06.2019 00:30
question
Mathematics, 29.06.2019 00:30