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, 22.06.2019 18:00
Determine whether the following careers would require training or college.
Answers: 1
question
Computers and Technology, 23.06.2019 09:10
Effective character encoding requires standardized code. compatible browsers. common languages. identical operating systems.
Answers: 1
question
Computers and Technology, 23.06.2019 16:00
What is the biggest difference between section breaks and regular page breaks? section breaks are more difficult to add than page breaks. section breaks make it easier for you to view the document as an outline. section breaks allow you to have areas of the document with different formatting. section breaks are smaller than regular page breaks.
Answers: 2
question
Computers and Technology, 23.06.2019 22:30
Janice usually works on a particular workbook that contains all business related data. she decides to keep a backup of all the data in a separate workbook. she opens a new workbook to transfer the data. which option should she use to copy all the data from one workbook to another workbook?
Answers: 1
You know the right answer?
In the program given, which two variables have the same scope? def welcome(strName):
greeting...
Questions
question
Computers and Technology, 29.08.2019 08:50
Questions on the website: 13722361